Strangerke
5bbdbc0fad
HOPKINS: Misc renaming, some sound refactoring
2013-02-19 14:34:43 +01:00
Strangerke
84e290eade
HOPKINS: Reorder includes
2013-02-15 22:20:24 +01:00
Strangerke
a836676312
HOPKINS:Move some variables from globals to ObjectManager
2013-02-07 22:30:40 +01:00
Strangerke
880f00150c
HOPKINS: Fix regression in #fddc6497bf316e6e44b258b1c7fd9adc0749bd72 : "Menu: after the fading, a button is moved by 1 or 2 pixels"
2013-02-06 08:18:19 +01:00
Strangerke
0376c6bcb8
HOPKINS: Remove some nasty casts from menuManager and ObjectManager
2013-01-08 23:45:15 +01:00
Filippos Karapetis
fddc6497bf
HOPKINS: Clean up the menu code
2013-01-08 13:12:49 +02:00
Strangerke
495ecaafbc
HOPKINS: Remove global filename and constructFilename
2013-01-08 00:03:08 +01:00
Filippos Karapetis
bd865d9741
HOPKINS: Remove static game directory configuration options
...
Also, remove the unused VGA folder.
This is the first step to remove constructFilename() and associated functions.
2013-01-07 16:17:27 +02:00
Strangerke
6976be7438
HOPKINS: Rename functions related to fade in/out. Fix a potential issue for short fadings
2013-01-03 22:32:22 +01:00
Strangerke
c934363790
HOPKINS: Some more renaming and refactoring
2012-12-28 08:26:27 +01:00
Strangerke
1efe969b66
HOPKINS: Fix menu in BeOS and OS2 versions
2012-12-26 07:55:56 +01:00
Strangerke
657dfdaa6d
HOPKINS: Remove useless variable in MenuManager, some renaming
2012-12-25 02:25:13 +01:00
Strangerke
40cd508ea7
HOPKINS: Remove one more useless flag
2012-12-24 18:49:51 +01:00
Strangerke
4ab60c43c0
HOPKINS: Refactor handleGoto and handleIf, some renaming
2012-12-24 13:32:39 +01:00
Strangerke
8c1f422bd6
HOPKINS: Remove magic values used to check language, some renaming and refactoring
2012-12-24 11:36:53 +01:00
Strangerke
1f987a91ae
HOPKINS: Some more renaming. Remove 2 useless palettes
2012-12-23 19:08:23 +01:00
Strangerke
c1aafc9b47
HOPKINS: Rename methods in ObjectsManager, Globals and GraphicsManager
2012-12-19 02:15:32 +01:00
Strangerke
fbd2c0e918
HOPKINS: Some renaming, rework some loop statements
2012-12-18 00:37:52 +01:00
Strangerke
385d097167
HOPKINS: Some more renaming
2012-12-16 14:22:24 +01:00
Strangerke
95025312a7
HOPKINS: Janitorial - Remove trailing space and double semi columns
2012-12-14 01:49:22 +01:00
Strangerke
eece86d78e
HOPKINS: Homogenization of memory management
2012-12-12 08:05:04 +01:00
Strangerke
d274441e12
HOPKINS: Some more renaming
2012-12-11 08:31:07 +01:00
Strangerke
299fbfc7c7
HOPKINS: Start renaming EventsManager functions
2012-12-11 01:53:50 +01:00
Strangerke
af667771a9
HOPKINS: Rename functions in DialogManager
2012-12-10 23:57:59 +01:00
Strangerke
269a6f9cae
HOPKINS: Some more function renaming
2012-12-10 07:54:03 +01:00
Strangerke
867cbbf4ff
HOPKINS: Refactor fileManager
2012-12-09 20:22:12 +01:00
Paul Gilbert
542d7fd068
HOPKINS: Bugfixes for quitting in the Windows demo version
2012-12-02 22:33:35 +11:00
Paul Gilbert
08dcceeefc
HOPKINS: Cleanup of FORET flag and bugfix for when leaving forest.
2012-11-18 13:42:44 +11:00
Paul Gilbert
0fdea57c54
HOPKINS: Lots of code implemented for Hopkin's computer
2012-11-17 20:49:07 +11:00
Strangerke
1ce4ccc42b
HOPKINS: Fix more mass renaming issues
2012-10-29 23:38:31 +01:00
Paul Gilbert
c078f3d3a7
HOPKINS: Locals renaming in menu.cpp
2012-10-29 22:41:06 +11:00
Strangerke
9d18e3fa59
HOPKINS: Replace some 0/1 by false/true for boolean variables
2012-10-28 22:38:34 +01:00
Strangerke
46b44b923b
HOPKINS: Use platform detection in order to properly initialize the mouse cursor
...
Also fix mass-renaming error in header
2012-10-27 19:08:53 +02:00
Paul Gilbert
1651bb07d9
HOPKINS: Move Save/Load dialog code from menu.cpp to dialogs.cpp
2012-10-27 20:19:21 +11:00
Paul Gilbert
38b5cf1efe
HOPKINS: Created new SaveFileManager class to handle save file related code
2012-10-24 22:49:32 +11:00
Paul Gilbert
9827c4023c
HOPKINS: Comment out original thumbnail code that will need to be refactored
2012-10-24 22:04:56 +11:00
Paul Gilbert
9d93fca8d3
HOPKINS: Manually implemented Reduc_Ecran
2012-10-24 21:54:54 +11:00
Paul Gilbert
39bc683a18
HOPKINS: Merged inventory dialog and OptionsDialog class into a DialogsManager class
2012-10-24 20:37:42 +11:00
Paul Gilbert
577a25c793
HOPKINS: Fix type warnings identified by gcc
2012-10-22 23:32:29 +11:00
Strangerke
b4247f6265
HOPKINS: Add some translated comments to function names
2012-10-20 18:59:06 +02:00
Paul Gilbert
721b619398
HOPKINS: Added explicit int16 cast to all READ_LE_UINT16 accesses.
...
I've already previously fixed two initialisatoin errors for data reading that expected int's to be 16 bits and signed, so adding the explicit cast everywhere will likely fix other similiar issues.
2012-10-11 22:58:04 +11:00
Paul Gilbert
575f179f0f
HOPKINS: Converted the file manager from static to a standard manager class
2012-10-06 23:21:10 +10:00
Paul Gilbert
fc9fc47e5f
HOPKINS: Implemented stubbed menu methods
2012-10-06 00:45:07 +10:00
Paul Gilbert
52166834d5
HOPKINS: Implemented lots more of the remaining stubbed methods
2012-10-05 00:55:25 +10:00
Paul Gilbert
84e07ae725
HOPKINS: Changed all __int16 to int
2012-09-30 21:21:09 +10:00
Paul Gilbert
8fa33e7714
HOPKINS: Implemented more object manager methods
2012-09-30 21:02:39 +10:00
Paul Gilbert
01bcd87ba4
HOPKINS: Initial implementation of CHOICE_OPTION and AFF_SPRITES
2012-09-23 10:59:52 +10:00
Paul Gilbert
e0c9eeae16
HOPKINS: Bugfixes to making menu selections, and quitting game
2012-09-22 20:45:08 +10:00
Paul Gilbert
1597aff3c7
HOPKINS: Clean up of moving Txt array from Globals to FontManager
2012-09-22 19:54:30 +10:00
Paul Gilbert
460b4eb17b
HOPKINS: Implemented AFFICHE_SPEED method
2012-09-22 10:36:18 +10:00