Strangerke
|
2d90f8a08d
|
LAB: Move map function to LabEngine class, some renaming
|
2015-12-23 21:33:59 +01:00 |
|
Strangerke
|
1e9ee6ef4a
|
LAB: Some refactoring and renaming in map.cpp
|
2015-12-23 21:33:59 +01:00 |
|
Strangerke
|
72c08cfc8c
|
LAB: Move mapScale functions to the utility class
|
2015-12-23 21:33:59 +01:00 |
|
Strangerke
|
199fa254f9
|
LAB: Rename CloseDataPtr pointers, some refactoring
|
2015-12-23 21:33:59 +01:00 |
|
Eugene Sandulenko
|
c42629674b
|
LAB: Code naming, reduced variable scope
|
2015-12-23 21:33:58 +01:00 |
|
Eugene Sandulenko
|
e5f753749f
|
LAB: Reduced dependency on processroom.h. Yay!
|
2015-12-23 21:33:58 +01:00 |
|
Eugene Sandulenko
|
9015cf72a3
|
LAB: Reduced header dependency: interface.h
|
2015-12-23 21:33:57 +01:00 |
|
Eugene Sandulenko
|
66f2935a22
|
LAB: Reduced header dependency: dispman.h, eventman.h
|
2015-12-23 21:33:57 +01:00 |
|
Eugene Sandulenko
|
9a9b752c0e
|
LAB: More header dependency redux
|
2015-12-23 21:33:57 +01:00 |
|
Eugene Sandulenko
|
5fad5cece3
|
LAB: Reduced header dependency: labsets.h, utils.h
|
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 |
|
Filippos Karapetis
|
4340295fbf
|
LAB: Rename floor defines
|
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 |
|
Strangerke
|
2d0fab7f4c
|
LAB: Use // for comments
|
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 |
|
Filippos Karapetis
|
00d61638ac
|
LAB: Merge parsetypes.h and parsefun.h into processroom.h
|
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 |
|
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 |
|
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
|
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
|
ef99d82d13
|
LAB: Move more functions to DisplayMan
|
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
|
6f3644f377
|
LAB: Fix a regression in roomCoords()
|
2015-12-23 21:33:51 +01:00 |
|
Filippos Karapetis
|
3ac02c1196
|
LAB: Simplify file handling code
|
2015-12-23 21:33:50 +01:00 |
|
Strangerke
|
733fbe4c62
|
LAB: Start working on a separate DisplayMan class
|
2015-12-23 21:33:50 +01:00 |
|
Filippos Karapetis
|
021cb4c526
|
LAB: Rename roomCords to roomCoords
|
2015-12-23 21:33:49 +01:00 |
|
Filippos Karapetis
|
58e6627f19
|
LAB: Remove superfluous image variables
|
2015-12-23 21:33:49 +01:00 |
|
Filippos Karapetis
|
8f4d9c9c05
|
LAB: Image accepts a Common::File now
|
2015-12-23 21:33:49 +01:00 |
|
Filippos Karapetis
|
914bd26295
|
LAB: Cleanup of roomCords()
|
2015-12-23 21:33:49 +01:00 |
|
Filippos Karapetis
|
1913a61f30
|
LAB: Some renaming and cleanup
|
2015-12-23 21:33:48 +01:00 |
|
Filippos Karapetis
|
23b70db958
|
LAB: Cleanup of palette code
|
2015-12-23 21:33:48 +01:00 |
|
Eugene Sandulenko
|
4424463f06
|
LAB: Moved CPtr to engine class
|
2015-12-23 21:33:48 +01:00 |
|
Eugene Sandulenko
|
646c29d5a3
|
LAB: Renames and moved vars to classes
|
2015-12-23 21:33:48 +01:00 |
|
Eugene Sandulenko
|
adbb0ce0c5
|
LAB: Renamed mouse.* to eventman.*
|
2015-12-23 21:33:47 +01:00 |
|
Eugene Sandulenko
|
88ede5d2d5
|
LAB: Rename Image class members
|
2015-12-23 21:33:47 +01:00 |
|
Strangerke
|
8fa64824a2
|
LAB: Some renaming, move a couple of variables to game engine
|
2015-12-23 21:33:47 +01:00 |
|
Eugene Sandulenko
|
148d64eceb
|
LAB: Put Image into a separate class. Leaks memory for now
|
2015-12-23 21:33:46 +01:00 |
|
Strangerke
|
d656aa4859
|
LAB: Introduce the Anim class (WIP)
|
2015-12-23 21:33:46 +01:00 |
|
Strangerke
|
f817c1de2e
|
LAB: Get rid of stddefines
|
2015-12-23 21:33:45 +01:00 |
|
Filippos Karapetis
|
24684fe321
|
LAB: Move getText to the Resource class
Also, make getFont() error out when it can't find a font, and get rid
of BigMsgFont
|
2015-12-23 21:33:45 +01:00 |
|
Eugene Sandulenko
|
6d4b71e2ce
|
LAB: Renames in vga.cpp
|
2015-12-23 21:33:45 +01:00 |
|
Strangerke
|
6cee2eb2be
|
LAB: Move RoomNum to main engine class
|
2015-12-23 21:33:44 +01:00 |
|
Strangerke
|
d0c6c73036
|
LAB: Rename _music, delete it in engine destructor
|
2015-12-23 21:33:44 +01:00 |
|