Avijeet
|
bd302f4c19
|
AVALANCHE: Update direction arrow when mouse is used to move
|
2022-09-07 23:12:38 +02:00 |
|
Eugene Sandulenko
|
abea37c9bb
|
ALL: Update ScummVM project license to GPLv3+
|
2021-12-26 18:48:43 +01:00 |
|
Alexandre Detiste
|
6044504762
|
JANITORIAL: typos
some in the variable names, some in the comments;
no change for the strings that interract with original games assets
|
2021-10-31 20:46:31 +01:00 |
|
D G Turner
|
66011fcae8
|
AVALANCHE: Fix Missing Default Switch Cases
These are flagged by GCC if -Wswitch-default is enabled.
|
2019-10-15 21:46:14 +01:00 |
|
David Fioramonti
|
503f0c8f0b
|
AVALANCHE: Use degree conversion common math funcs
Noted an atan maybe should be an atan2.
For the atan call I casted the numerator and denominator
separately instead of after they are divided.
|
2018-07-03 23:08:48 +01:00 |
|
Torbjörn Andersson
|
462f1c9859
|
JANITORIAL: Silence more GCC 7 warnings
There were all flagged as intentional fall throughs. I simply changed
the comments to something GCC would recognize.
|
2017-08-06 12:26:05 +02:00 |
|
Strangerke
|
e8ffcdc09c
|
AVALANCHE: Janitorial - remove trailing spaces and tabs
|
2014-06-07 17:12:24 +02:00 |
|
uruk
|
56e9d41ae8
|
AVALANCHE: Add HighScore.
|
2014-04-13 10:19:17 +02:00 |
|
uruk
|
85d8dc7245
|
AVALANCHE: Remove useless warnings.
|
2014-04-12 23:59:41 +02:00 |
|
uruk
|
40269800de
|
AVALANCHE: Unify kProcGeida and kProcSpludwick under kProcFollowAvvy.
Also rename connected function geidaProcs() to follow() and update it's comments.
|
2014-04-12 19:27:56 +02:00 |
|
uruk
|
c04c59a03d
|
AVALANCHE: Rename _seeScroll to _runAnimations and swap it's meaning.
|
2014-04-12 19:19:10 +02:00 |
|
uruk
|
aa55e41b75
|
AVALANCHE: Fix drawing of the toolbar regardless of loading.
|
2014-04-06 18:59:45 +02:00 |
|
uruk
|
5b9cb372cd
|
AVALANCHE: Implement Parser::bossKey().
Revise some other parts of the engine during the process.
|
2014-03-07 18:24:58 +01:00 |
|
uruk
|
ea5bd95492
|
AVALANACHE: Rework use of MainMenu.
|
2014-03-07 09:01:28 +01:00 |
|
uruk
|
d09b482bcb
|
AVALANCHE: Implement MainMenu::wait().
Rework other pieces of the engine to fit to it's mechanism.
|
2014-03-06 23:02:07 +01:00 |
|
uruk
|
437703962a
|
AVALANCHE: Add MainMenu's skeleton.
|
2014-03-03 23:12:51 +01:00 |
|
uruk
|
b19dbace42
|
AVALANCHE: Rename Menu to DropDownMenu.
|
2014-03-03 22:38:39 +01:00 |
|
uruk
|
7a7bf4f529
|
AVALANCHE: Replace majorRedraw() with refreshScreen().
|
2014-03-03 22:00:16 +01:00 |
|
uruk
|
0dff818594
|
AVALANCHE: Implement the status leds on the toolbar.
|
2014-03-03 21:11:07 +01:00 |
|
Johannes Schickel
|
854de79c23
|
AVALANCHE: Make GPL headers consistent in themselves.
|
2014-02-18 02:39:32 +01:00 |
|
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 |
|