scummvm/engines/startrek
2020-12-29 16:14:02 +02:00
..
rooms STARTREK: Move room action arrays to their respective room 2020-12-19 01:50:38 +02:00
action.h STARTREK: Fix type check 2020-12-21 03:13:56 +02:00
actors.cpp STARTREK: Attempt to fix compilation 2020-12-20 17:00:09 +01:00
awaymission.cpp STARTREK: Fix checking for the modifier keys 2020-12-20 16:50:38 +01:00
awaymission.h STARTREK: Change activeAction to be signed 2020-12-19 01:50:40 +02:00
bitmap.cpp
bitmap.h
bridge.cpp STARTREK: More bridge-related functionality 2020-12-29 16:14:02 +02:00
common.cpp
common.h
configure.engine
console.cpp STARTREK: Add a console command to play bridge sequences 2020-12-22 21:08:50 +02:00
console.h STARTREK: Add a console command to play bridge sequences 2020-12-22 21:08:50 +02:00
detection.cpp STARTREK: Added floppy versions of Judgment Rites 2020-11-22 15:25:15 +02:00
detection.h ENGINES: ALL: Move detection_enums -> detection.h 2020-10-03 14:56:36 +02:00
events.cpp
fixedint.h
font.cpp STARTREK: Move resource-related functions into a separate class 2020-09-09 22:36:11 +03:00
font.h
graphics.cpp STARTREK: Add sanity checks when drawing sprites 2020-11-23 01:24:50 +02:00
graphics.h
intro.cpp STARTREK: Some work on supporting the demo and floppy versions of st25 2020-12-14 03:48:52 +02:00
items.h
iwfile.cpp STARTREK: Move resource-related functions into a separate class 2020-09-09 22:36:11 +03:00
iwfile.h
lzss.cpp
lzss.h
menu.cpp STARTREK: Always return a value in leftClickEvent() 2020-12-20 16:53:53 +02:00
metaengine.cpp ENGINES: Changed AdvancedMetaEngine::createInstance to return a Common::Error 2020-12-04 20:57:14 +00:00
module.mk STARTREK: Started implementing bridge functions. Some cleanup 2020-11-16 23:14:59 +02:00
object.h
POTFILES
resource.cpp STARTREK: Refactor menu code to remove goto's. Some cleanup 2020-11-17 23:40:10 +02:00
resource.h STARTREK: Enhance the filedump console command to dump multiple files 2020-11-23 01:24:51 +02:00
room.cpp STARTREK: Ensure that we're not reading past the end of RDF files 2020-12-29 16:14:01 +02:00
room.h STARTREK: Fix action type 2020-12-20 16:53:53 +02:00
saveload.cpp STARTREK: Sync several missing fields in saved games 2020-12-29 16:14:02 +02:00
sound.cpp STARTREK: Implement the computer, some kb input and bridge functions 2020-11-21 14:40:56 +02:00
sound.h STARTREK: Implement the computer, some kb input and bridge functions 2020-11-21 14:40:56 +02:00
soundeffects.h
space.cpp STARTREK: Fix some rounding issues with doubles 2020-12-14 03:48:52 +02:00
space.h
sprite.cpp STARTREK: Reduce usage of SharedPtr in sprites 2020-09-09 22:36:10 +03:00
sprite.h STARTREK: Reduce usage of SharedPtr in sprites 2020-09-09 22:36:10 +03:00
startrek.cpp STARTREK: More work on mission ending, mission points and captain's log 2020-12-29 16:14:02 +02:00
startrek.h STARTREK: More bridge-related functionality 2020-12-29 16:14:02 +02:00
text.cpp
text.h
textbox.cpp STARTREK: More work on bridge sequences 2020-12-21 03:13:56 +02:00