Commit Graph

92600 Commits

Author SHA1 Message Date
Eugene Sandulenko
fe78429fc7 GRIFFON: Mark engine as 16bit 2019-11-13 22:07:08 +01:00
Eugene Sandulenko
85918451d1 GRIFFON: Fix warning 2019-11-13 22:07:08 +01:00
Eugene Sandulenko
84e6e1b8c5 GRIFFON: Fix sluggishness in the inventory menu 2019-11-13 22:07:08 +01:00
Eugene Sandulenko
e52d6c96f0 JANITORIAL: Indentation fixes 2019-11-13 22:07:08 +01:00
Eugene Sandulenko
d4bdfa1853 GRIFFON: Remove obsolete FIXMEs 2019-11-13 22:07:08 +01:00
Eugene Sandulenko
7d594e0fb6 GRIFFON: Refactored config menu to switch statements 2019-11-13 22:07:08 +01:00
Eugene Sandulenko
29b3a58f04 GRIFFON: Resolve todo 2019-11-13 22:07:08 +01:00
Eugene Sandulenko
0a21e646fd GRIFFON: Fix newgame menu sluggishnes and simplify code 2019-11-13 22:07:08 +01:00
Eugene Sandulenko
57922cde67 GRIFFON: Fix saveload menu fadein 2019-11-13 22:07:08 +01:00
Eugene Sandulenko
fc1e3f62be GRIFFON: Load savestate info only once 2019-11-13 22:07:08 +01:00
Eugene Sandulenko
04cc6a1518 GRIFFON: Fix TheEnd screen fadeout 2019-11-13 22:07:08 +01:00
Eugene Sandulenko
dadd6e4cf0 GRIFFON: Fixed endgame fadeouts 2019-11-13 22:07:08 +01:00
Eugene Sandulenko
dfadc426b7 GRIFFON: Made theEnd() work properly 2019-11-13 22:07:08 +01:00
Eugene Sandulenko
6409c3804e GRIFFON: Implement quitting from the endgame 2019-11-13 22:07:08 +01:00
Eugene Sandulenko
7b05a02a97 GRIFFON: Fixed music stopping 2019-11-13 22:07:08 +01:00
Eugene Sandulenko
f6da621008 GRIFFON: Removed recursiveness on end game 2019-11-13 22:07:08 +01:00
Eugene Sandulenko
4d97f9c654 GRIFFON: Optimized even handling in cutscenes 2019-11-13 22:07:08 +01:00
Eugene Sandulenko
16386016ef GRIFFON: More alpha blitting optimizations 2019-11-13 22:07:08 +01:00
Eugene Sandulenko
ce0f0f62e9 GRIFFON: Optimized transparent blitting 2019-11-13 22:07:08 +01:00
Eugene Sandulenko
623686382d GRIFFON: Fixed config menu fade-in 2019-11-13 22:07:08 +01:00
Eugene Sandulenko
98216d9738 GRIFFON: Fixed rendering of config menu 2019-11-13 22:07:08 +01:00
Eugene Sandulenko
651e7ef9f0 GRIFFON: Fixed sluggishness of the main menu and config menu 2019-11-13 22:07:08 +01:00
Eugene Sandulenko
7b2e103ea3 GRIFFON: FIx config window drawing 2019-11-13 22:07:08 +01:00
Eugene Sandulenko
972a1474af GRIFFON: Remove recursiveness of the main menu 2019-11-13 22:07:08 +01:00
Strangerke
008fbcab5b GRIFFON: Introduce ObjectInfoStruct, some refactoring 2019-11-13 22:07:08 +01:00
Strangerke
138d364e24 GRIFFON: Fix a bug introduced in the original C conversion 2019-11-13 22:07:08 +01:00
Strangerke
0bc9ee6389 GRIFFON: Some refactoring in saveLoadNew(), som renaming 2019-11-13 22:07:08 +01:00
Strangerke
473f253e49 GRIFFON: Fix compilation 2019-11-13 22:07:08 +01:00
Strangerke
2eec117a5c GRIFFON: Get rid of config.h/cpp 2019-11-13 22:07:08 +01:00
Eugene Sandulenko
3112d2e7d9 GRIFFON: Fix namespace comment 2019-11-13 22:07:08 +01:00
Strangerke
78d2dc32b2 GRIFFON: Introduce some new structures and refactoring, more renaming 2019-11-13 22:07:08 +01:00
Strangerke
8438b9c9bb GRIFFON: Some more renaming 2019-11-13 22:07:08 +01:00
Strangerke
b4b6f249f8 GRIFFON: More renaming 2019-11-13 22:07:08 +01:00
Strangerke
9142bea885 GRIFFON: start renaming members of Griffon engine class 2019-11-13 22:07:08 +01:00
Strangerke
4a822bc21d GRIFFON: Change some types to boolean, some code simplifications 2019-11-13 22:07:08 +01:00
Strangerke
d384cc83e7 GRIFFON: Refactor castSpell() 2019-11-13 22:07:08 +01:00
Strangerke
f69cce13e5 GRIFFON: Some more changes in Combat 2019-11-13 22:07:08 +01:00
Strangerke
ddb4e2eb3e GRIFFON: Start refactoring Combat + rename constant due to typo 2019-11-13 22:07:08 +01:00
Strangerke
47e2733469 GRIFFON: Some refactoring 2019-11-13 22:07:08 +01:00
Strangerke
bf94210ad9 GRIFFON: simplify some code in draw by using clip 2019-11-13 22:07:08 +01:00
Strangerke
83e41cd04b GRIFFON: Some refactoring in dialogs 2019-11-13 22:07:08 +01:00
Strangerke
7a549f8520 GRIFFON: Fix another game crash due to an uninitialized variable 2019-11-13 22:07:08 +01:00
Strangerke
98e53ece57 GRIFFON: Fix uninitialized variables (game crash) 2019-11-13 22:07:08 +01:00
Strangerke
c8dd272de8 GRIFFON: Fix to for loop in drawNPCs 2019-11-13 22:07:08 +01:00
Strangerke
499e427c28 GRIFFON: Add a de fine for Pi, change some casts to int16 2019-11-13 22:07:08 +01:00
Strangerke
d87897a5c4 GRIFFON: make loopseta a local static, reduce size of sfx array, use constants for sfx loading 2019-11-13 22:07:08 +01:00
Strangerke
1a1c663ddd GRIFFON: Some renaming 2019-11-13 22:07:08 +01:00
Strangerke
3af6c2132a GRIFFON: Remove some unused class members 2019-11-13 22:07:08 +01:00
Strangerke
cb9603b624 GRIFFON: Fix define name in griffon.h 2019-11-13 22:07:08 +01:00
Strangerke
51c1a11a46 GRIFFON: Remove unused macros in config 2019-11-13 22:07:08 +01:00