Eugene Sandulenko
|
4c0181ac31
|
HDB: Remove leftover code
|
2019-09-03 17:17:25 +02:00 |
|
Eugene Sandulenko
|
9370c0a4f3
|
HDB: Added script patches for MAP19.LUA
|
2019-09-03 17:17:25 +02:00 |
|
Eugene Sandulenko
|
74e6168e0a
|
HDB: Added script patch for MAP29.LUA
|
2019-09-03 17:17:25 +02:00 |
|
Eugene Sandulenko
|
54c94a9b25
|
HDB: Added more script patches to MAP30.LUA
|
2019-09-03 17:17:25 +02:00 |
|
Eugene Sandulenko
|
d7c876d269
|
HDB: Sorted script patches
|
2019-09-03 17:17:25 +02:00 |
|
Eugene Sandulenko
|
409a62352b
|
HDB: Add one more patch to GLOBAL.LUA
The call first occurs in MAP11.LUA when entering the lab
|
2019-09-03 17:17:25 +02:00 |
|
Eugene Sandulenko
|
2988407936
|
HDB: Improved error messages during Lua execution
|
2019-09-03 17:17:25 +02:00 |
|
Eugene Sandulenko
|
b2f52580f4
|
HDB: Added cheat code for MAP11 for testing the Lab
|
2019-09-03 17:17:25 +02:00 |
|
Eugene Sandulenko
|
c34824de58
|
HDB: Added support for CINE_OUTRO from the command line (level 31)
|
2019-09-03 17:17:25 +02:00 |
|
Eugene Sandulenko
|
f778e08a1a
|
HDB: Fix copy/paste error in map centering code.
This prevents us from seeing NO TILES in MAP10
|
2019-09-03 17:17:25 +02:00 |
|
Eugene Sandulenko
|
edc68ef7b1
|
HDB: Added more constants instead of magic numbers
|
2019-09-03 17:17:25 +02:00 |
|
Eugene Sandulenko
|
f9422e4347
|
HDB: Fix another incorrect allocation/deallocation.
This leads to double free, because gfxList contains list to pointers to gfxCache,
which is managed by the Gfx code
|
2019-09-03 17:17:24 +02:00 |
|
Eugene Sandulenko
|
b96049a236
|
HDB: Fix game restarting
|
2019-09-03 17:17:24 +02:00 |
|
Eugene Sandulenko
|
7b07d2f88c
|
HDB: Hid some debug messages to deeper level
|
2019-09-03 17:17:24 +02:00 |
|
Eugene Sandulenko
|
cecf6e5fc8
|
HDB: Fix progress bar rendering
|
2019-09-03 17:17:24 +02:00 |
|
Eugene Sandulenko
|
c10fee7393
|
HDB: More Lua script patches to MAP30.LUA
|
2019-09-03 17:17:24 +02:00 |
|
Eugene Sandulenko
|
22a9c9ef5c
|
HDB: Added line references to the script patches
|
2019-09-03 17:17:24 +02:00 |
|
Eugene Sandulenko
|
442835b555
|
HDB: Added script patch from MAP21.LUA
|
2019-09-03 17:17:24 +02:00 |
|
Nipun Garg
|
ada43165a1
|
HDB: Animate Bridges
|
2019-09-03 17:17:24 +02:00 |
|
Nipun Garg
|
f02bc1da84
|
HDB: Add Lua Patch for Map11
|
2019-09-03 17:17:24 +02:00 |
|
Eugene Sandulenko
|
c10034df93
|
HDB: Fix warning
|
2019-09-03 17:17:24 +02:00 |
|
Nipun Garg
|
6d3856cd94
|
HDB: Add Patches for Map10
|
2019-09-03 17:17:24 +02:00 |
|
Nipun Garg
|
9d45057630
|
HDB: Add Debug Output for Actions List
|
2019-09-03 17:17:24 +02:00 |
|
Nipun Garg
|
31ec40a91a
|
HDB: Fix checkActionList()
|
2019-09-03 17:17:24 +02:00 |
|
Nipun Garg
|
1b6b2a96a0
|
HDB: Fix warnings
|
2019-09-03 17:17:24 +02:00 |
|
Nipun Garg
|
9e1f792751
|
HDB: Differentiate Debug messages
|
2019-09-03 17:17:24 +02:00 |
|
Nipun Garg
|
72dbb6074d
|
HDB: Fix uninitialized read
|
2019-09-03 17:17:24 +02:00 |
|
Nipun Garg
|
8a80cc77e9
|
HDB: Add warnings
|
2019-09-03 17:17:24 +02:00 |
|
Eugene Sandulenko
|
927770f34b
|
HDB: Initialise class variables
|
2019-09-03 17:17:23 +02:00 |
|
Eugene Sandulenko
|
cea2285db1
|
HDB: Remove redundant frees
ManagedSurface takes care of freeing itself
|
2019-09-03 17:17:23 +02:00 |
|
Eugene Sandulenko
|
bba1fa849b
|
HDB: Fix loading
|
2019-09-03 17:17:23 +02:00 |
|
Nipun Garg
|
ae1f4efeb5
|
HDB: Fix memory leaks in Menu
|
2019-09-03 17:17:23 +02:00 |
|
Nipun Garg
|
62a33b1399
|
HDB: Delete all _tTileLookupArray values at once
|
2019-09-03 17:17:23 +02:00 |
|
Nipun Garg
|
d0248243d2
|
HDB: Refactor getPicGfx(), getTileGfx() and fix...
... memory leaks
|
2019-09-03 17:17:23 +02:00 |
|
Nipun Garg
|
ecefec2f77
|
HDB: Add _animTiles to fix memory leaks
|
2019-09-03 17:17:23 +02:00 |
|
Nipun Garg
|
a8d277be18
|
HDB: Fix delete command for _dir
|
2019-09-03 17:17:23 +02:00 |
|
Nipun Garg
|
05cb55b888
|
HDB: Delete Cached gfx data in one place
|
2019-09-03 17:17:23 +02:00 |
|
Nipun Garg
|
fd91bb7f59
|
HDB: Fix more memory leaks
|
2019-09-03 17:17:23 +02:00 |
|
Nipun Garg
|
8d9004e432
|
HDB: Fix memory leaks when stream is returned NULL
|
2019-09-03 17:17:23 +02:00 |
|
Nipun Garg
|
ea77240d4e
|
HDB: Fix memory leak due to removed animTargets
|
2019-09-03 17:17:23 +02:00 |
|
Nipun Garg
|
5363b38fe5
|
HDB: Delete Player Graphics in destructor
|
2019-09-03 17:17:23 +02:00 |
|
Nipun Garg
|
fa71ee9034
|
HDB: Fix memory leaks due to findFirstData()
|
2019-09-03 17:17:23 +02:00 |
|
Eugene Sandulenko
|
7b78aa5e9f
|
HDB: Fix double free() and meaningless 'new' allocations
|
2019-09-03 17:17:23 +02:00 |
|
Nipun Garg
|
161f9e6707
|
HDB: NULL each tile after calling destructor
|
2019-09-03 17:17:23 +02:00 |
|
Nipun Garg
|
e9e654d7db
|
HDB: Convert _surface from struct to pointer
|
2019-09-03 17:17:22 +02:00 |
|
Nipun Garg
|
adb43a79b7
|
HDB: Fix memory leaks in AI lists
|
2019-09-03 17:17:22 +02:00 |
|
Nipun Garg
|
7709b2828b
|
HDB: Fix memory leaks with FileMan::findFiles()
|
2019-09-03 17:17:22 +02:00 |
|
Nipun Garg
|
b90f0e143f
|
HDB: Remove redundant FileMan function
|
2019-09-03 17:17:22 +02:00 |
|
Nipun Garg
|
8825980e1f
|
HDB: Remove redundant custom free() function
|
2019-09-03 17:17:22 +02:00 |
|
Nipun Garg
|
f5aff6c72d
|
HDB: Fix memset()
|
2019-09-03 17:17:22 +02:00 |
|