233 Commits

Author SHA1 Message Date
Eric Fry
b5f14e5809 DRAGONS: General fixups
- Fixed lockup bugs when walking in cutscenes
- Alow the cursor to move during Flicker's idle animation
- General code cleanup
2020-02-29 12:39:40 +11:00
Eric Fry
289171b8d9 DRAGONS: Fixed background color on text. Fixed font layer draw priority 2020-02-28 12:07:49 +11:00
jepael
2f1ea92cc4 DRAGONS: Fix compiler warning 2020-02-26 13:50:30 +01:00
jepael
7c1dbaea8a DRAGONS: Fix compiler warning 2020-02-26 13:50:30 +01:00
jepael
696b6cd723 DRAGONS: Fix compiler warnings 2020-02-26 10:54:11 +01:00
jepael
f7bec53f89 DRAGONS: Fix compiler warning 2020-02-26 10:54:11 +01:00
jepael
25e9e9ea71 DRAGONS: Fix compiler warning 2020-02-26 10:54:11 +01:00
jepael
5071d86a28 DRAGONS: Fix compiler warning 2020-02-26 10:54:11 +01:00
Eugene Sandulenko
0e1bb70705 DRAGONS: Remove duplicate entries in makefiles 2020-02-25 17:06:37 +01:00
Eugene Sandulenko
0e2b775028 DRAGONS: COmpilation fix for dynamic plugins 2020-02-25 17:05:19 +01:00
Eugene Sandulenko
759e303068 DRAGONS: Fix compilation 2020-02-25 16:29:43 +01:00
Eugene Sandulenko
a135f2e688 DRAGONS: Add override keyword 2020-02-25 15:52:55 +01:00
Eugene Sandulenko
709d703789 DRAGONS: Fix portability 2020-02-25 15:51:58 +01:00
Eugene Sandulenko
b2df3740d2 DRAGONS: Fix data types 2020-02-25 15:03:56 +01:00
Eric Fry
0c12087ccc DRAGONS: Removed temp ushort define 2020-02-25 14:43:42 +01:00
Eric Fry
fad43ef8be DRAGONS: Changed engine methods from virtual to override 2020-02-25 14:43:42 +01:00
Eric Fry
f7e7d5649e DRAGONS: Added dialog box borders 2020-02-25 14:43:42 +01:00
Eric Fry
355d308757 DRAGONS: Improved FontManager logic. More var renaming 2020-02-25 14:43:42 +01:00
Eric Fry
ed2bf372d9 DRAGONS: Renaming variables 2020-02-25 14:43:42 +01:00
Eric Fry
f10f1f5e6a DRAGONS: Improve method/variable names 2020-02-25 14:43:42 +01:00
Eric Fry
5c5eb3ad8b DRAGONS: More code cleanup. Stop audio on exit. 2020-02-25 14:43:42 +01:00
Eric Fry
832f38b3cd DRAGONS: More code cleanups. Added paning while walking on wide scenes 2020-02-25 14:43:42 +01:00
Eric Fry
72161554b2 DRAGONS: Refactoring inventory state code 2020-02-25 14:43:42 +01:00
Eric Fry
723f082ea9 DRAGONS: Fixed flicker display bug when returning from invention book scene 2020-02-25 14:43:42 +01:00
Eric Fry
c9aad06192 DRAGONS: More code cleanup 2020-02-25 14:43:42 +01:00
Eric Fry
fe1a4a705f DRAGONS: Cleaning up gameLoop. Removing goto logic 2020-02-25 14:43:42 +01:00
Eric Fry
a04d6206a0 DRAGONS: Game loop refactoring 2020-02-25 14:43:42 +01:00
Eric Fry
21f61c26b9 DRAGONS: More gameLoop refactoring 2020-02-25 14:43:42 +01:00
Eric Fry
bd39b6baae DRAGONS: Removed goto from game loop. renamed counter to flickerIdleCounter 2020-02-25 14:43:42 +01:00
Eric Fry
ff519c1373 DRAGONS: Fixed flicker idle animation 2020-02-25 14:43:42 +01:00
Eric Fry
ccea9afda3 DRAGONS: Renamed a bunch of script opcodes 2020-02-25 14:43:42 +01:00
Eric Fry
bda2b9ae5a DRAGONS: Adding language support for flicker's default response text 2020-02-25 14:43:42 +01:00
Eric Fry
f848b87572 DRAGONS: Fixed cutscene palettes in other variants. Started on FR support 2020-02-25 14:43:42 +01:00
Eric Fry
4790844720 DRAGONS: Started adding support for other game variants. EU and DE 2020-02-25 14:43:42 +01:00
Eric Fry
6e86ab1d45 DRAGONS: Code clean. Added names to some script opcodes. Fixes for mini game 2 2020-02-25 14:43:42 +01:00
Eugene Sandulenko
79c7dbc8f6 DRAGONS: Whitespace fixes 2020-02-25 14:43:42 +01:00
Eugene Sandulenko
8ffb484c34 DRAGONS: Fix #include directive 2020-02-25 14:43:42 +01:00
Eugene Sandulenko
aae718b99d DRAGONS: Whitespace fixes 2020-02-25 14:43:42 +01:00
Eugene Sandulenko
3d72a0a816 DRAGONS: Rename VabSound.* to vabsound.* 2020-02-25 14:43:42 +01:00
Eugene Sandulenko
853b703953 DRAGONS: Fix whitespaces 2020-02-25 14:43:42 +01:00
Eugene Sandulenko
5d39aab174 DRAGONS: Whitespace fixes 2020-02-25 14:43:42 +01:00
Eugene Sandulenko
9ea348117b DRAGONS: Fix incorrect assert() usage.
At release builds assert() statements will be skipped. Thus, it is
wrong to use functions with side effects in those.
2020-02-25 14:43:42 +01:00
Eugene Sandulenko
36008ba9e9 DRAGONS: Whitespace fixes 2020-02-25 14:43:42 +01:00
Eugene Sandulenko
df7102298e DRAGONS: More renames for the class variables 2020-02-25 14:43:42 +01:00
Eugene Sandulenko
89e9e76efa DRAGONS: More class variable renames 2020-02-25 14:43:42 +01:00
Eugene Sandulenko
647f687830 DRAGONS: Whitespace fixes 2020-02-25 14:43:42 +01:00
Eugene Sandulenko
039d8c0274 DRAGONS: Fix warnings 2020-02-25 14:43:42 +01:00
Eugene Sandulenko
c28b2d2a07 DRAGONS: Fix warnings 2020-02-25 14:43:42 +01:00
Eugene Sandulenko
7a912ee39f DRAGONS: More whitespace fixes 2020-02-25 14:43:42 +01:00
Eugene Sandulenko
1d783366c0 DRAGONS: Remove superfluous namespace references 2020-02-25 14:43:42 +01:00