Xadhoom
5283a9ffd1
Put everything into namespace dvl
7 years ago
Xadhoom
fa90e6720a
Revert random_ to random and remove extern "C" linkage
7 years ago
Xadhoom
3dd6cf1671
First try, merge compiles, but immediate crash
7 years ago
Anders Jenbo
4a62a7c678
Code style
7 years ago
Anders Jenbo
ab3a6208d2
Use "BOOLEAN" instead of "bool"
...
bool is not defined in C
7 years ago
Anders Jenbo
8e8bd67ebf
Correct ThemeStruct
7 years ago
Anders Jenbo
507d12082f
Use MAXDUR* in most instances
7 years ago
Anders Jenbo
c0fd7b65fe
Correct some BOOL types
7 years ago
Robin Eklind
ee5ffd74f6
Cleanup array literals based on feedback from @galaxyhaxz .
7 years ago
Robin Eklind
f04870114f
HoldThemeRooms almost identical.
...
Uses different registers.
7 years ago
Robin Eklind
8ae9c03b46
PlaceThemeMonsts bin exact.
7 years ago
Robin Eklind
17874b033a
Theme_Barrel bin exact
7 years ago
Robin Eklind
7c91a633c2
Theme_Shrine bin exact (already was)
7 years ago
Robin Eklind
354dc82c5f
Theme_MonstPit bin exact (already was)
7 years ago
Robin Eklind
8cf5695bbe
Theme_SkelRoom almost bin exact.
...
For some reason, our code gets too optimized, where
common subexpressions are factored out. E.g. if
xp-1 is used inside the if-then and the else body,
then in our version xp-1 is factored out of the if-else
statement and performed directly before the if-condition.
Thus the output code is shorted in our version than the
original.
7 years ago
Robin Eklind
ed32199884
remove check comment
7 years ago
Robin Eklind
fe4ee691ea
Theme_Treasure bin exact
7 years ago
Robin Eklind
f09393a5bb
Theme_Library almost bin exact
...
The last if-statement is not perfect.
Also, check value of random instead of using as boolean.
7 years ago
Robin Eklind
5fc7d399ae
Theme_Torture bin exact
...
Also, add brackets to single line if-statements
7 years ago
Robin Eklind
cb92ac7930
Theme_BloodFountain bin exact (already was)
7 years ago
Robin Eklind
8e7872c9f4
Theme_Decap bin exact
7 years ago
Robin Eklind
8f1b1d444b
Theme_PurifyingFountain bin exact (already was)
7 years ago
Robin Eklind
5236c196df
Theme_ArmorStand bin exact
7 years ago
Robin Eklind
4054ff66df
Theme_GoatShrine bin exact
7 years ago
Robin Eklind
45e7dd55e4
Theme_Cauldron bin exact (already was)
7 years ago
Robin Eklind
65a0d1a898
Theme_MurkyFountain bin exact (already was)
7 years ago
Robin Eklind
bd80bfea86
Theme_TearFountain bin exact (already was)
7 years ago
Robin Eklind
ae771f9d41
Theme_BrnCross bin exact
7 years ago
Robin Eklind
e537868029
Theme_WeaponRack bin exact
7 years ago
Robin Eklind
b1e1d24b78
CreateThemeRooms bin exact (take 2)
...
Simplify CreateThemeRooms, now addresses align
7 years ago
Robin Eklind
c69e54e61b
UpdateL4Trans bin exact
7 years ago
Robin Eklind
dff0dc4226
CreateThemeRooms bin exact
7 years ago
Anders Jenbo
b1f6d3698f
Update style to use tabs
7 years ago
Anders Jenbo
2e9475f381
Format quest related files
8 years ago
Anders Jenbo
6576954831
Clean up types used in gamemenu.cpp
8 years ago
nomdenom
d14bf20467
Source: NO_GLOBALS support (for Miniwin)
8 years ago
aperturesecurity
42ce77ce05
Rebirth and Nuke
8 years ago
squidcc
51bfa2353b
Use quest enum values ( #362 )
...
* add/assign enums related to Black Mushroom quests
* plug in more quest enum values
8 years ago
Anders Jenbo
7da6f4d08a
Clean up PM_DoDeath ( #317 )
...
* Clean up PM_DoDeath
* Add enum for dFlags
8 years ago
galaxyhaxz
fa64b2148d
Add defines [W.I.P] ( #160 )
8 years ago
galaxyhaxz
775ae59e18
Fix function signatures and others ( #158 )
...
Fix InitObjects, themes.cpp, names
8 years ago
galaxyhaxz
a336c38226
Fix random(idx,v) calls ( #157 )
8 years ago
Stephan Unverwerth
c8af0523ac
refactor leveltype to use macros ( #103 )
8 years ago
Adam Heinermann
87ca6557c3
Changed _oBreak and _oSelFlag to char ( #95 )
...
* Changed _oBreak and _oSelFlag to char
8 years ago
galaxyhaxz
dc7a5d1952
Fix ttype signing/size
8 years ago
galaxyhaxz
49a6f4f9fc
Add include guards, prepare for XRef ( #28 )
...
Add definitions, other junk.
8 years ago
galaxyhaxz
bb01c6f084
Remove the "fear factor" ( #21 )
...
Snakes, spiders, Demons, what scares you?
8 years ago
galaxyhaxz
eb838b6df2
Fixed last known crashing issue, also themes
...
This one finally fixes it so theme rooms spawn properly
8 years ago
galaxyhaxz
ade35fb4a4
Fixed decompilation, game can now be played start to finish ( #15 )
...
Fix Lazurus seals, dropping items, and Shrine spawning.
8 years ago
galaxyhaxz
bcb3abe96b
Add files via upload
8 years ago