uruk
|
3fd28f31a7
|
AVALANCHE: Implement majorRedraw().
|
2014-01-22 18:51:48 +01:00 |
|
uruk
|
681bc68cf6
|
AVALANCHE: Remove unused code.
|
2014-01-22 18:00:44 +01:00 |
|
uruk
|
2479a53d65
|
AVALANCHE: Move kTune and TuneType to Dialogs.
|
2014-01-22 03:34:45 +01:00 |
|
uruk
|
19ae43aa18
|
AVALANCHE: Move Clock to dedicated files.
|
2014-01-15 23:04:59 +01:00 |
|
Strangerke
|
9ed37e68d2
|
AVALANCHE: Split AvalancheEngine::resetVariables() in two, to make a part of it reusable
|
2014-01-03 08:10:40 +01:00 |
|
Strangerke
|
c091afa297
|
AVALANCHE: Move direction reset to Animation::resetVariables()
|
2014-01-03 08:06:22 +01:00 |
|
Strangerke
|
1a7bcd72cf
|
AVALANCHE: Make the call of displayScrollChain() a bit more consistent
|
2013-11-23 10:42:15 +01:00 |
|
urukgit
|
13449472f2
|
AVALANCHE: Implement Nim::playNim().
Repair naming of variables in Nim and add some helper functions.
|
2013-11-23 07:50:29 +01:00 |
|
Strangerke
|
11c15bea00
|
AVALANCHE: Janitorial - Remove extra blank lines
|
2013-11-22 21:40:16 +01:00 |
|
Strangerke
|
93e5d415c6
|
AVALANCHE: Janitorial - Removing trailing spaces and tabs
|
2013-11-22 21:31:39 +01:00 |
|
urukgit
|
838ec38b5f
|
AVALANCHE: Fix display of speed state.
|
2013-11-19 19:10:13 +01:00 |
|
urukgit
|
27d302cdb1
|
AVALANCHE: Fix timer.
|
2013-11-19 18:25:51 +01:00 |
|
urukgit
|
6244b6afe2
|
AVALANCHE: Repair the timer.
|
2013-11-18 15:50:42 +01:00 |
|
Strangerke
|
e4387e754a
|
AVALANCHE: Fix CID 1109674 - uninitialized variables. Also fix room variable default values.
|
2013-11-09 14:47:45 +01:00 |
|
Willem Jan Palenstijn
|
660381de1b
|
AVALANCHE: Fix whitespace
|
2013-11-05 21:57:50 +01:00 |
|
urukgit
|
1581ed2edb
|
AVALANCHE: Remove unnecessary whitespaces.
|
2013-11-05 21:50:41 +01:00 |
|
urukgit
|
b041e322a4
|
AVALANCHE: Repair display of playtime.
|
2013-11-05 21:12:50 +01:00 |
|
Strangerke
|
5653a89e81
|
AVALANCHE: Fix CID 1109696, 1109697
|
2013-10-28 07:49:40 +01:00 |
|
Strangerke
|
7dc1ea9ada
|
AVALANCHE: Fix out of bounds reads (CID 1109653-1109655)
|
2013-10-25 08:10:38 +02:00 |
|
Strangerke
|
8677f9aa3c
|
AVALANCHE: Fix one more out of bounds - CID 1109651
|
2013-10-25 07:58:15 +02:00 |
|
Strangerke
|
334e429c0a
|
AVALANCHE: Fix several other out of bounds access - CID 1109650
|
2013-10-25 07:49:51 +02:00 |
|
Strangerke
|
0b4baa6873
|
AVALANCHE: Fix a couple of (theoretical) out of bounds accesses (CID 1109650)
|
2013-10-24 07:56:32 +02:00 |
|
Strangerke
|
862a46d5dd
|
Avalanche: Replace some British English by American English
pointed by clone2727
|
2013-10-22 06:00:00 +02:00 |
|
Strangerke
|
1c3fcf22a1
|
AVALANCHE: Some more refactoring
|
2013-10-17 22:17:10 +02:00 |
|
urukgit
|
ecb1bf69b9
|
AVALANCHE: Repair parameters for calling zoomOut().
|
2013-10-17 22:17:10 +02:00 |
|
urukgit
|
b82a5e6a8b
|
AVALANCHE: Rework AvalancheEngine::bearing(), repair Background::update().
|
2013-10-17 22:17:09 +02:00 |
|
Strangerke
|
6437179de3
|
AVALANCHE: Get rid of SpriteInfo
|
2013-10-15 01:07:26 +02:00 |
|
urukgit
|
cb54243763
|
AVALANCHE: Remove GraphicManager::fleshColors(), move everything from it to GraphicManager::init().
|
2013-10-14 21:59:06 +02:00 |
|
Strangerke
|
91e70ce2a8
|
AVALANCHE: Modifiy AnimationType initialization, add private Animation pointer
|
2013-10-14 19:10:23 +02:00 |
|
Strangerke
|
46c5bfa508
|
AVALANCHE: Move some variables around
|
2013-10-12 01:52:43 +02:00 |
|
Strangerke
|
b0255c9406
|
AVALANCHE: Implement fadeIn and fadeOut (dusk and dawn)
|
2013-10-09 06:45:51 +02:00 |
|
Strangerke
|
6216430428
|
AVALANCHE: Rework bearing()
|
2013-10-06 14:38:52 +02:00 |
|
uruk
|
0f42dd4511
|
AVALANCHE: Use floats instead of double. Use M_PI where it is possible.
|
2013-10-06 00:03:49 +02:00 |
|
Strangerke
|
b6d6c17727
|
AVALANCHE: Replace static strings by static char*
|
2013-10-05 14:37:20 +02:00 |
|
Strangerke
|
a357dc4d0c
|
AVALANCHE: Cleaning includes - remove useless includes in cpp files
|
2013-10-05 01:55:41 +02:00 |
|
Strangerke
|
1cbe175a74
|
AVALANCHE: Fix naming conventions in getItem()
|
2013-10-04 17:55:40 +02:00 |
|
Strangerke
|
300859aa43
|
AVALANCHE: Fix static array names
|
2013-10-04 17:52:12 +02:00 |
|
Strangerke
|
89559e07a3
|
AVALANCHE: Remove file variable from AvalancheEngine
|
2013-10-04 17:40:24 +02:00 |
|
Strangerke
|
493c02ae22
|
AVALANCHE: Use ConfMan short name
|
2013-10-04 17:33:13 +02:00 |
|
Strangerke
|
9b9462bcee
|
AVALANCHE: Check | occurrence as pointed by LordHoto
|
2013-10-04 17:15:24 +02:00 |
|
Strangerke
|
efe6236e7b
|
AVALANCHE: Make _surface private
|
2013-10-02 23:39:18 +02:00 |
|
Strangerke
|
8652224e58
|
AVALANCHE: Move ControlCharacter enum to enums
|
2013-10-02 07:49:32 +02:00 |
|
Strangerke
|
5a4bd0d837
|
AVALANCHE: some more work on variables
|
2013-10-01 23:31:31 +02:00 |
|
Strangerke
|
c9432b8467
|
AVALANCHE: more work on variables
|
2013-10-01 23:23:07 +02:00 |
|
Strangerke
|
199ba0ddf4
|
AVALANCHE: Remove verbosity related to the use of Magics enum
|
2013-10-01 23:15:53 +02:00 |
|
Strangerke
|
ae45671973
|
AVALANCHE: More work on variables
|
2013-10-01 22:52:30 +02:00 |
|
Strangerke
|
ce50d86987
|
AVALANCHE: Remove useless variable, move variables to dialogs
|
2013-10-01 21:58:01 +02:00 |
|
uruk
|
8408fa46c7
|
AVALANCHE: Implement Dialogs::displayQuestion(), repair setSeed() and getRandomNumber() calls.
|
2013-10-01 09:40:41 +02:00 |
|
Strangerke
|
6c11712373
|
AVALANCHE: More refactoring
|
2013-10-01 06:50:27 +02:00 |
|
Strangerke
|
9b8566ae18
|
AVALANCHE: Move several variables to make them private
|
2013-10-01 00:12:28 +02:00 |
|