Commit Graph

264 Commits

Author SHA1 Message Date
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
Strangerke
2611b62d5e LAB: Rename parse types 2015-12-23 21:33:52 +01:00
Filippos Karapetis
62c4acc6b3 LAB: Change the gadget lists to use Common::List 2015-12-23 21:33:52 +01:00
Strangerke
803dbcee90 LAB: Move _rooms to LabEngine, some renaming 2015-12-23 21:33:52 +01:00
Strangerke
b3269dc80d LAB: Move readMusic to the Music class 2015-12-23 21:33:52 +01:00
Strangerke
a9dc3a9302 LAB: Remove some useless uses of g_lab 2015-12-23 21:33:52 +01:00
Strangerke
785772e86f LAB: Move fade functions to DisplayMan, some renaming 2015-12-23 21:33:52 +01:00
Strangerke
438e7a24f5 LAB: Get rid of some global variables 2015-12-23 21:33:51 +01:00
Strangerke
f48cf343c2 LAB: Move doNotes and doWestPaper to LabEngine, remove some useless defines 2015-12-23 21:33:51 +01:00
Strangerke
fa966938c8 LAB: Remove vga.cpp 2015-12-23 21:33:51 +01:00
Strangerke
ef99d82d13 LAB: Move more functions to DisplayMan 2015-12-23 21:33:51 +01:00
Strangerke
d9d2383d93 LAB: Use the windows keyboard mapping for the other versions 2015-12-23 21:33:51 +01:00
Filippos Karapetis
61d89cb744 LAB: Small cleanup in drawMap() 2015-12-23 21:33:51 +01:00
Filippos Karapetis
525db01913 LAB: Simplify several calls to flowText() and rectFill() 2015-12-23 21:33:51 +01:00
Filippos Karapetis
ab1d9771d2 LAB: Some cleanup of the monitor code 2015-12-23 21:33:51 +01:00
Filippos Karapetis
c42973604c LAB: Split the tile puzzle related functions into a separate file 2015-12-23 21:33:51 +01:00
Filippos Karapetis
ea6d4579e2 LAB: Merge all of the different image drawing functions 2015-12-23 21:33:51 +01:00
Filippos Karapetis
6f3644f377 LAB: Fix a regression in roomCoords() 2015-12-23 21:33:51 +01:00