Commit graph

120311 commits

Author SHA1 Message Date
a/
1df171e36b
SAGA2: Delete timers on list removal 2021-07-01 01:37:37 +02:00
Eugene Sandulenko
b72d66a393
SAGA2: Initial code for voice playback 2021-07-01 01:37:37 +02:00
Eugene Sandulenko
389990009e
SAGA2: Initial work on sound subsystem 2021-07-01 01:37:37 +02:00
Eugene Sandulenko
3cd0cc90d2
SAGA2: Cleanup noise.cpp 2021-07-01 01:37:37 +02:00
a/
23953b6d9c
SAGA2: Rename some constants in uidialog.cpp 2021-07-01 01:37:37 +02:00
a/
b210e1691f
SAGA2: Get rid of some global constructors in uidialog.cpp 2021-07-01 01:37:37 +02:00
Eugene Sandulenko
8da92d2af5
SAGA2: Cleanup speech.cpp 2021-07-01 01:37:37 +02:00
Eugene Sandulenko
932b20ace6
SAGA2: Fix warnings 2021-07-01 01:37:36 +02:00
a/
8748806a5c
SAGA2: Add more debug messages 2021-07-01 01:37:36 +02:00
a/
8f9c326747
SAGA2: Raise level of script stack debug messages 2021-07-01 01:37:36 +02:00
Eugene Sandulenko
a85940e77d
SAGA2: Unstub mouse-related interface functions 2021-07-01 01:37:36 +02:00
Eugene Sandulenko
cf8b7945b8
SAGA2: Move bandList from global to SagaEngine 2021-07-01 01:37:36 +02:00
Eugene Sandulenko
8e7ef16608
SAGA2: Remove Dlist usage from band.cpp 2021-07-01 01:37:36 +02:00
a/
5761c83004
SAGA2: Remove DList from speech.cpp 2021-07-01 01:37:36 +02:00
a/
abad186530
SAGA2: Fix timer delete on removeAllTimers 2021-07-01 01:37:35 +02:00
a/
b0cf10eb67
SAGA2: Add speech debug output 2021-07-01 01:37:35 +02:00
Eugene Sandulenko
080ad92b23
SAGA2: Hid a noisy log message deeper 2021-07-01 01:37:35 +02:00
a/
540d58a135
SAGA2: Add more debug output 2021-07-01 01:37:35 +02:00
a/
99c8e3f59a
SAGA2: Fix double free in removeAllTimers 2021-07-01 01:37:35 +02:00
a/
88f0158077
SAGA2: Fix delete on TaskStack::abortTask 2021-07-01 01:37:35 +02:00
Eugene Sandulenko
279f41d02c
SAGA2: Added debug print method 2021-07-01 01:37:35 +02:00
a/
6f9d0728d3
SAGA2: Fix unremoved GotoTask 2021-07-01 01:37:35 +02:00
a/
4c0d6d0e63
SAGA2: Print Task type on deletion 2021-07-01 01:37:35 +02:00
a/
81505c6feb
SAGA2: Fix object activation mistake in updateImage 2021-07-01 01:37:34 +02:00
Eugene Sandulenko
74a5424dce
SAGA2: Get rid of DList is tile.cpp 2021-07-01 01:37:34 +02:00
Eugene Sandulenko
8a9827985d
SAGA2: Print out object names 2021-07-01 01:37:34 +02:00
Eugene Sandulenko
29ab7ab001
SAGA2: Added more debug output 2021-07-01 01:37:34 +02:00
a/
708a5b374b
SAGA2: Add more debug output 2021-07-01 01:37:34 +02:00
a/
13831e17c1
SAGA2: Add more debug output 2021-07-01 01:37:34 +02:00
Eugene Sandulenko
7a8a5e6e6e
SAGA2: Added more debug output 2021-07-01 01:37:34 +02:00
a/
3b9c1f530f
SAGA2: Fix copy-paste error in actor.cpp 2021-07-01 01:37:34 +02:00
a/
51a6baab82
SAGA2: Fix assignment flag setting 2021-07-01 01:37:33 +02:00
a/
f60d4a18fc
SAGA2: Fix MotionTaskList::newTask 2021-07-01 01:37:33 +02:00
a/
d39fa6e86e
SAGA2: Fallback for invalid sector deactivation 2021-07-01 01:37:33 +02:00
Eugene Sandulenko
f39036ff8e
SAGA2: Move motion.cpp from DList 2021-07-01 01:37:33 +02:00
a/
4b0b742baa
SAGA2: Revert stub in objObscured 2021-07-01 01:37:33 +02:00
Eugene Sandulenko
236130d6af
SAGA2: Fix bug in the original, when bouncing was leading to death 2021-07-01 01:37:33 +02:00
Eugene Sandulenko
45a0023da8
SAGA2: Fix bug in the original with poisoning effect 2021-07-01 01:37:33 +02:00
Eugene Sandulenko
45075d5e0c
SAGA2: Fix remaining trivial gcc warnings 2021-07-01 01:37:33 +02:00
Eugene Sandulenko
14da1dcc51
SAGA2: More gcc warning fixes 2021-07-01 01:37:33 +02:00
Eugene Sandulenko
27dd030e94
SAGA2: Fix more gcc warnings 2021-07-01 01:37:32 +02:00
Eugene Sandulenko
9f9808e759
SAGA2: Remove unneeded header 2021-07-01 01:37:32 +02:00
Eugene Sandulenko
a8600afb26
SAGA2: Amend unsafe and strange pointer arithmetics in lineTerrain() 2021-07-01 01:37:32 +02:00
Eugene Sandulenko
14811e3202
SAGA2: Fix some gcc warnings 2021-07-01 01:37:32 +02:00
Eugene Sandulenko
3ad054d85c
SAGA2: Properly mark structs as packed 2021-07-01 01:37:32 +02:00
Eugene Sandulenko
5bb5fe9396
SAGA2: Change some classes into packed structs 2021-07-01 01:37:32 +02:00
a/
5580bcc112
SAGA2: Revert getMillis back to gameTime 2021-07-01 01:37:32 +02:00
a/
d038657294
SAGA2: Change code for readability 2021-07-01 01:37:32 +02:00
a/
9a39a34a5d
SAGA2: Remove unnecessary warning 2021-07-01 01:37:32 +02:00
a/
9b02c77bee
SAGA2: Fix ThreadList::next 2021-07-01 01:37:31 +02:00