.. |
actor.cpp
|
TWINE: fixed double free
|
2020-11-17 20:59:28 +01:00 |
actor.h
|
TWINE: fixed memory leaks
|
2020-11-17 19:35:41 +01:00 |
animations.cpp
|
TWINE: reduced scope
|
2020-11-17 19:35:41 +01:00 |
animations.h
|
TWINE: converted AnimationTypes to enum class
|
2020-11-14 15:54:45 +01:00 |
collision.cpp
|
TWINE: converted ExtraSpecialType to enum class
|
2020-11-14 15:54:45 +01:00 |
collision.h
|
TWINE: converted ShapeType to enum class
|
2020-11-14 15:54:45 +01:00 |
configure.engine
|
TWINE: switched from unstable to testing and build by default
|
2020-11-06 16:52:45 +01:00 |
console.cpp
|
TWINE: enable debug mode if any of the debug features is toggled
|
2020-11-13 17:45:04 +01:00 |
console.h
|
TWINE: allow to activate debug options via console
|
2020-11-03 18:29:37 +01:00 |
debug_grid.cpp
|
TWINE: fixed free camera movement in other scenes
|
2020-11-16 21:23:04 +01:00 |
debug_grid.h
|
|
|
debug_scene.cpp
|
TWINE: cleanup in debug window
|
2020-11-03 18:29:37 +01:00 |
debug_scene.h
|
|
|
debug.cpp
|
TWINE: removed screenLookupTable
|
2020-11-16 21:23:04 +01:00 |
debug.h
|
|
|
detection.cpp
|
TWINE: re-added detection entry from pull request 2557
|
2020-11-06 16:56:43 +01:00 |
detection.h
|
|
|
extra.cpp
|
TWINE: replaced magic number
|
2020-11-16 21:23:03 +01:00 |
extra.h
|
TWINE: replaced magic number
|
2020-11-16 21:23:03 +01:00 |
flamovies.cpp
|
TWINE: reduced scope
|
2020-11-13 17:45:04 +01:00 |
flamovies.h
|
TWINE: endian safe fla parsing
|
2020-11-06 16:52:45 +01:00 |
gamestate.cpp
|
TWINE: fixed saving the hero position
|
2020-11-17 21:58:57 +01:00 |
gamestate.h
|
TWINE: ensure menu background after giving up
|
2020-11-13 17:45:04 +01:00 |
grid.cpp
|
TWINE: fixed more memory leaks
|
2020-11-17 20:59:28 +01:00 |
grid.h
|
TWINE: removed unused return value
|
2020-11-17 20:59:28 +01:00 |
holomap.cpp
|
TWINE: replaced magic numbers
|
2020-11-17 21:44:16 +01:00 |
holomap.h
|
TWINE: started to implement holomap location loading
|
2020-11-03 18:29:37 +01:00 |
hqr.cpp
|
TWINE: fixed memory leaks
|
2020-11-17 19:35:41 +01:00 |
hqr.h
|
TWINE: the hqr code doesn't have any state - converted back to functions
|
2020-10-30 23:50:44 +01:00 |
input.cpp
|
TWINE: started to convert the left/right mouse buttons to keymapper actions
|
2020-11-14 15:54:44 +01:00 |
input.h
|
TWINE: Fix warning
|
2020-11-14 19:27:09 +01:00 |
interface.cpp
|
TWINE: Reduced scope + minor cleanup
|
2020-11-16 21:23:04 +01:00 |
interface.h
|
TWINE: removed screenLookupTable
|
2020-11-16 21:23:04 +01:00 |
menu.cpp
|
TWINE: allow to leave a menu with esc
|
2020-11-18 20:29:43 +01:00 |
menu.h
|
TWINE: allow to leave a menu with esc
|
2020-11-18 20:29:43 +01:00 |
menuoptions.cpp
|
TWINE: fixed selecting slot for saving
|
2020-11-17 21:09:50 +01:00 |
menuoptions.h
|
TWINE: implement load-savegame menu
|
2020-11-03 18:29:36 +01:00 |
metaengine.cpp
|
TWINE: started to convert the left/right mouse buttons to keymapper actions
|
2020-11-14 15:54:44 +01:00 |
module.mk
|
TWINE: the hqr code doesn't have any state - converted back to functions
|
2020-10-30 23:50:44 +01:00 |
movements.cpp
|
TWINE: renamed actor members
|
2020-11-17 19:35:41 +01:00 |
movements.h
|
TWINE: name a few unknown members
|
2020-11-16 21:23:03 +01:00 |
music.cpp
|
TWINE: fallback to midi if audio cd isn't available
|
2020-11-03 18:24:55 +01:00 |
music.h
|
TWINE: fallback to midi if audio cd isn't available
|
2020-11-03 18:24:55 +01:00 |
POTFILES
|
ALL: Clarify POTFILES, remove redundant common/translations.h includes
|
2020-11-10 03:03:49 +01:00 |
redraw.cpp
|
TWINE: renamed actor members
|
2020-11-17 19:35:41 +01:00 |
redraw.h
|
TWINE: renamed member of drawlist
|
2020-11-16 21:23:04 +01:00 |
renderer.cpp
|
TWINE: reduced code duplication
|
2020-11-16 21:23:04 +01:00 |
renderer.h
|
TWINE: replaced magic numbers
|
2020-11-17 21:44:16 +01:00 |
resources.cpp
|
TWINE: load holomap resources
|
2020-11-17 21:40:23 +01:00 |
resources.h
|
TWINE: load holomap resources
|
2020-11-17 21:40:23 +01:00 |
scene.cpp
|
TWINE: fixed more memory leaks
|
2020-11-17 20:59:28 +01:00 |
scene.h
|
TWINE: fixed memory leaks
|
2020-11-17 19:35:41 +01:00 |
screens.cpp
|
TWINE: removing scaling code - use scummvm scaling
|
2020-11-13 17:45:04 +01:00 |
screens.h
|
TWINE: removing scaling code - use scummvm scaling
|
2020-11-13 17:45:04 +01:00 |
script_life_v1.cpp
|
TWINE: replaced magic numbers
|
2020-11-17 21:44:16 +01:00 |
script_life_v1.h
|
TWINE: renamed source files
|
2020-10-27 17:14:04 +01:00 |
script_move_v1.cpp
|
TWINE: converted AnimationTypes to enum class
|
2020-11-14 15:54:45 +01:00 |
script_move_v1.h
|
TWINE: renamed source files
|
2020-10-27 17:14:04 +01:00 |
shadeangletab.h
|
|
|
shared.h
|
TWINE: converted ExtraSpecialType to enum class
|
2020-11-14 15:54:45 +01:00 |
sound.cpp
|
TWINE: make looping sound
|
2020-11-17 20:59:28 +01:00 |
sound.h
|
TWINE: plug memory leaks
|
2020-11-17 19:35:41 +01:00 |
text.cpp
|
TWINE: fixed memory leaks
|
2020-11-17 19:35:41 +01:00 |
text.h
|
TWINE: fixed memory leaks
|
2020-11-17 19:35:41 +01:00 |
twine.cpp
|
TWINE: fixed more memory leaks
|
2020-11-17 20:59:28 +01:00 |
twine.h
|
TWINE: removed screenLookupTable
|
2020-11-16 21:23:04 +01:00 |