Commit Graph
33 Commits
Author SHA1 Message Date
Eugene Sandulenko 8690fe444e WAGE: Switch menu reading to common code 2017-01-14 13:04:40 +01:00
Eugene Sandulenko fab199d37e JANITORIAL: Make GPL headers uniform 2016-09-03 12:46:38 +02:00
Borja Lorente 9ce6fbd0d7 GRAPHICS: Move MacMenu constants 2016-07-31 14:05:14 +02:00
Borja Lorente 1080f19995 GRAPHICS: Create wrapper namespace for MacWindowManager constants 2016-07-31 14:05:14 +02:00
Borja Lorente 3d4087b9d0 WAGE: Extract MacWindowManager 2016-07-30 09:41:54 +02:00
Alexander Tkachev 6b21b1f893 WAGE: Add World's _signature 2016-07-27 17:38:43 +06:00
Alexander Tkachev a5fc17f0b1 WAGE: Add saveGameState() sketch
Copy-pasted from asvitkine/wage-engine (on java). I've managed filling
in some values, the others are 0 for now.
2016-07-26 20:07:45 +06:00
Eugene Sandulenko 5fbac749e2 WAGE: Moved patterns to WindowManager 2016-04-28 12:37:03 +02:00
Eugene Sandulenko 6775d86d06 WAGE: Fix bugs in original, when people mistype storage scene name 2016-04-05 18:48:29 +02:00
Eugene Sandulenko 57449d32d4 WAGE: Moved Sound class definition to sound.h 2016-02-16 21:41:41 +01:00
Eugene Sandulenko b09e70d1ca WAGE: Consistently use .empty() instead of .size() == 0 2016-02-14 17:13:23 +01:00
Eugene Sandulenko 34f9a1375d WAGE: Get rid of Common::String import 2016-02-14 17:12:53 +01:00
Eugene Sandulenko 402a9cf8ef WAGE: Implemented getAboutMenuItemName() 2016-02-14 17:12:45 +01:00
Eugene Sandulenko 0c6b063f1e WAGE: Generate Commands menu 2016-01-14 13:43:42 +01:00
Eugene Sandulenko 061a00bf09 WAGE: Started submenu implementation 2016-01-11 19:21:25 +01:00
Eugene Sandulenko 3906c36898 WAGE: Put lists into typedefs 2016-01-09 01:34:06 +01:00
Eugene Sandulenko 87766f6753 WAGE: Implement monster following 2016-01-08 00:27:40 +01:00
Eugene Sandulenko cc14b5f96f WAGE: Implement handleMoveCommand() 2016-01-04 00:42:10 +01:00
Eugene Sandulenko 438eb45704 WAGE: Increased startup speed 2015-12-28 19:13:13 +01:00
Eugene Sandulenko 81dc7cd98f WAGE: Implement World::move(Chr *chr, Scene *scene) 2015-12-27 15:41:02 +01:00
Eugene Sandulenko d4afcf99f2 WAGE: Initial code for world initialization 2015-12-27 15:41:01 +01:00
Eugene Sandulenko f76eb1831c WAGE: Implemented object taking logic 2015-12-27 15:41:01 +01:00
Eugene Sandulenko c1d051da65 WAGE: More work on menu reading 2015-12-27 15:40:58 +01:00
Eugene Sandulenko 5b957c4b06 WAGE: Implementing loading service dialog strings 2015-12-27 15:40:58 +01:00
Eugene Sandulenko 4cfc0d0480 WAGE: Get rid of hacky drawing 2015-12-27 15:39:52 +01:00
Eugene Sandulenko 5d7c72c6b6 WAGE: Remove SVN keywords from the headers
Signed-off-by: Eugene Sandulenko <sev@scummvm.org>
2015-12-27 15:39:52 +01:00
Eugene Sandulenko 879425385e WAGE: Started implementing script execution.
Signed-off-by: Eugene Sandulenko <sev@scummvm.org>
2015-12-27 15:39:52 +01:00
Eugene Sandulenko bee9d5e2d9 WAGE: Added MIT license to mll relevant files.
Signed-off-by: Eugene Sandulenko <sev@scummvm.org>
2015-12-27 15:39:52 +01:00
Eugene Sandulenko d9e0667dcc WAGE: Move MacResManager to Common
Signed-off-by: Eugene Sandulenko <sev@scummvm.org>
2015-12-27 15:39:52 +01:00
Eugene Sandulenko add5bba03f WAGE: Merged most headers into entities.h
Signed-off-by: Eugene Sandulenko <sev@scummvm.org>
2015-12-27 15:39:52 +01:00
Eugene Sandulenko f488762703 WAGE: Finished world loading.
Signed-off-by: Eugene Sandulenko <sev@scummvm.org>
2015-12-27 15:39:52 +01:00
Eugene Sandulenko 199bea2167 WAGE: Started scene loader implemenation
Signed-off-by: Eugene Sandulenko <sev@scummvm.org>
2015-12-27 15:39:52 +01:00
Eugene Sandulenko ce6aa4dd28 WAGE: Added stubs for most classes. Implemented Obj and Scene classes.
Signed-off-by: Eugene Sandulenko <sev@scummvm.org>
2015-12-27 15:39:52 +01:00