Commit Graph
681 Commits
Author SHA1 Message Date
Eugene Sandulenko b1585b2c62 LAB: Reduced header dependency: savegame.h 2015-12-23 21:33:57 +01:00
Eugene Sandulenko bb80b6d46b LAB: Rename labfun.h to savegame.h 2015-12-23 21:33:57 +01:00
Eugene Sandulenko a53045626d LAB: Moved direction defines to lab.h 2015-12-23 21:33:57 +01:00
Eugene Sandulenko d2cf293e4a LAB: More intra-header dependency reduction 2015-12-23 21:33:57 +01:00
Eugene Sandulenko 8e9798a0bc LAB: Reduce header intra-dependency. Reduced image.h dependency 2015-12-23 21:33:57 +01:00
Eugene Sandulenko d8e01fe23a LAB: Reduce header dependency from music.h 2015-12-23 21:33:56 +01:00
Eugene Sandulenko eccb852749 LAB: Removed unnecessary includes 2015-12-23 21:33:56 +01:00
Eugene Sandulenko d2a540ea55 LAB: Rename graphics.* to dispman.* 2015-12-23 21:33:56 +01:00
Filippos Karapetis 151e27f4b1 LAB: Fix regression in setCurClose(). Fixes closeups
A regression from 78e8896ce7583fbd1feee8e3e9c1aca0f11c2392
2015-12-23 21:33:56 +01:00
Filippos Karapetis 53de3143f6 LAB: Cleanup doGoForward() 2015-12-23 21:33:56 +01:00
Filippos Karapetis 90e221a570 LAB: Plug a memory leak 2015-12-23 21:33:56 +01:00
Filippos Karapetis c9ca5a0dd0 LAB: Remove unused return values 2015-12-23 21:33:56 +01:00
Filippos Karapetis ff6dfee221 LAB: Initialize the game interface correctly after saving/loading 2015-12-23 21:33:56 +01:00
Filippos Karapetis 4340295fbf LAB: Rename floor defines 2015-12-23 21:33:56 +01:00
Filippos Karapetis c4ca8223b7 LAB: Plug a memory leak in freeButtonList() 2015-12-23 21:33:56 +01:00
Filippos Karapetis 6230fcbeb9 LAB: Simplify the journal and map gadget handling 2015-12-23 21:33:55 +01:00
Filippos Karapetis 0b2bf45a09 LAB: Simplify the gadget enabling/disabling code 2015-12-23 21:33:55 +01:00
Strangerke 2d0fab7f4c LAB: Use // for comments 2015-12-23 21:33:55 +01:00
Filippos Karapetis 21fc36bfad LAB: Get rid of _isBM 2015-12-23 21:33:55 +01:00
Strangerke ae056a767b LAB: Use doxygen format for function comments 2015-12-23 21:33:55 +01:00
Strangerke 3a1ee64761 LAB: Review spacing 2015-12-23 21:33:55 +01:00
Strangerke 9cc70b6f03 LAB: Some more refactoring and renaming 2015-12-23 21:33:55 +01:00
Strangerke 6b9264d9da LAB: Refactoring the vgaUnscale code and the way it's used 2015-12-23 21:33:55 +01:00
Filippos Karapetis 73eb0d2f28 LAB: Revert incorrect change 2015-12-23 21:33:55 +01:00
Filippos Karapetis 00d61638ac LAB: Merge parsetypes.h and parsefun.h into processroom.h 2015-12-23 21:33:54 +01:00
Filippos Karapetis daf0655754 LAB: Use SWAP<> to simplify the transition code 2015-12-23 21:33:54 +01:00
Filippos Karapetis 2d21f51c34 LAB: Some cleanup of the transition code 2015-12-23 21:33:54 +01:00
Strangerke fb86132314 LAB: Fix some coding style in tilepuzzle 2015-12-23 21:33:54 +01:00
Strangerke dcefb696ed LAB: Remove more extern variables 2015-12-23 21:33:54 +01:00
Filippos Karapetis 6aff1b450d LAB: Move scene transition functions into a separate file 2015-12-23 21:33:54 +01:00
Strangerke 8059277928 LAB: remove some useless forward references and includes 2015-12-23 21:33:54 +01:00
Strangerke 743b492ac7 LAB: Add safeguards in unDiff() 2015-12-23 21:33:54 +01:00
Strangerke 5bc48cbbdd LAB: Move utility functions to a separate class 2015-12-23 21:33:54 +01:00
Filippos Karapetis 320e658cb1 LAB: Get rid of the intermediate display bitmap pointer 2015-12-23 21:33:54 +01:00
Filippos Karapetis b6397c0af7 LAB: Use the correct bitmap buffer in the Anim class 2015-12-23 21:33:54 +01:00
Filippos Karapetis 0e886461d0 LAB: Replace some uses of malloc() with new 2015-12-23 21:33:53 +01:00
Filippos Karapetis 156ad539ff LAB: Move readSound() into the Music class 2015-12-23 21:33:53 +01:00
Filippos Karapetis 6bba608fc0 LAB: Get rid of _numHidden 2015-12-23 21:33:53 +01:00
Filippos Karapetis 5ccc0fd7c6 LAB: Clean up checkGadgetHit() a bit 2015-12-23 21:33:53 +01:00
Filippos Karapetis 4f1a8f9fa4 LAB: Merge the uniffMemory() code into unDiff() 2015-12-23 21:33:53 +01:00
Filippos Karapetis 1e11090edc LAB: Remove useless return 2015-12-23 21:33:53 +01:00
Filippos Karapetis 75c9d0b585 LAB: Fix spelling 2015-12-23 21:33:53 +01:00
Filippos Karapetis 9cc30c3c6d LAB: Clean up processArrow() 2015-12-23 21:33:53 +01:00
Filippos Karapetis 87201cfed2 LAB: Rename and clean up some of the scene transition code 2015-12-23 21:33:53 +01:00
Strangerke f3a24ff593 LAB: Some refactoring, remove dead code and a useless return value 2015-12-23 21:33:53 +01:00
Strangerke 5636181b78 LAB: Move text functions to DisplayMan, some renaming 2015-12-23 21:33:52 +01:00
Strangerke 895d29c1ae LAB: Some more renaming, remove useless variables 2015-12-23 21:33:52 +01:00
Eugene Sandulenko d264621832 LAB: Fix compilation 2015-12-23 21:33:52 +01:00
Filippos Karapetis 2eb430dcff LAB: Simplify the calling code of playSoundEffect() 2015-12-23 21:33:52 +01:00
Filippos Karapetis 0f41d8894c LAB: Simplify usage of the DIFF file buffer 2015-12-23 21:33:52 +01:00