.. |
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
|
STARTREK: Reduce usage of SharedPtr, and simplify bitmap related calls
|
2019-12-28 13:22:18 +02:00 |
bitmap.h
|
STARTREK: Reduce usage of SharedPtr, and simplify bitmap related calls
|
2019-12-28 13:22:18 +02:00 |
bridge.cpp
|
STARTREK: Whitespace fixes
|
2020-12-20 16:57:04 +02:00 |
common.cpp
|
STARTREK: Replace getRectEncompassing() with extend()
|
2019-05-27 15:45:05 +03:00 |
common.h
|
STARTREK: Replace getRectEncompassing() with extend()
|
2019-05-27 15:45:05 +03:00 |
configure.engine
|
|
|
console.cpp
|
STARTREK: Add a console command to show the score of all missions
|
2020-12-19 01:50:39 +02:00 |
console.h
|
STARTREK: Add a console command to show the score of all missions
|
2020-12-19 01:50:39 +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
|
STARTREK: Refactor to use Engine debugger
|
2020-02-16 13:07:19 +02:00 |
fixedint.h
|
STARTREK: Remove duplicate override keywords
|
2020-02-09 12:58:19 +01:00 |
font.cpp
|
STARTREK: Move resource-related functions into a separate class
|
2020-09-09 22:36:11 +03:00 |
font.h
|
STARTREK: Fix Compiler Warning from PS2 Toolchain.
|
2018-08-09 22:10:36 +01:00 |
graphics.cpp
|
STARTREK: Add sanity checks when drawing sprites
|
2020-11-23 01:24:50 +02:00 |
graphics.h
|
STARTREK: Reduce usage of SharedPtr, and simplify bitmap related calls
|
2019-12-28 13:22:18 +02:00 |
intro.cpp
|
STARTREK: Some work on supporting the demo and floppy versions of st25
|
2020-12-14 03:48:52 +02:00 |
items.h
|
STARTREK: Use ARRAYSIZE macro
|
2018-08-09 08:37:30 +02:00 |
iwfile.cpp
|
STARTREK: Move resource-related functions into a separate class
|
2020-09-09 22:36:11 +03:00 |
iwfile.h
|
STARTREK: Various code cleanup
|
2018-08-09 08:37:30 +02:00 |
lzss.cpp
|
STARTREK: Janitorial: Add end of namespace comments
|
2018-08-09 08:37:30 +02:00 |
lzss.h
|
STARTREK: Janitorial: Add end of namespace comments
|
2018-08-09 08:37:30 +02:00 |
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
|
STARTREK: Remove the FileStream wrapper class
|
2019-06-11 00:48:15 +03:00 |
POTFILES
|
STARTREK: Add POTFILES
|
2018-08-09 08:37:30 +02:00 |
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: Fix action type
|
2020-12-20 16:53:53 +02:00 |
room.h
|
STARTREK: Fix action type
|
2020-12-20 16:53:53 +02:00 |
saveload.cpp
|
STARTREK: Rewrite the resource loader, and add more console commands
|
2020-11-17 18:03:20 +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
|
STARTREK: SINS3
|
2018-08-09 08:37:30 +02:00 |
space.cpp
|
STARTREK: Fix some rounding issues with doubles
|
2020-12-14 03:48:52 +02:00 |
space.h
|
STARTREK: Reduce usage of SharedPtr, and simplify bitmap related calls
|
2019-12-28 13:22:18 +02:00 |
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 bridge actions functionality
|
2020-12-20 16:53:53 +02:00 |
startrek.h
|
STARTREK: More bridge actions functionality
|
2020-12-20 16:53:53 +02:00 |
text.cpp
|
STARTREK: Load more messages from RDF files
|
2019-10-30 01:42:47 +02:00 |
text.h
|
STARTREK: Load more messages from RDF files
|
2019-10-30 01:42:47 +02:00 |
textbox.cpp
|
STARTREK: Use Common::String in playTextAudio()
|
2020-12-19 01:50:39 +02:00 |