Commit Graph
63 Commits
Author SHA1 Message Date
Le Philousophe 111d259015 ALL: Add limits.h for all codebase 2022-08-22 15:38:10 +02:00
Paweł Kołodziejski 20cb0ae228 ALL: Cleanup ResidualVM -> ScummVM 2021-12-26 21:19:38 +01:00
Eugene Sandulenko abea37c9bb ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
Paweł Kołodziejski 35b9cccbde ALL: Merge ResidualVM 2020-10-09 19:44:13 +02:00
GunnarBirke 837c9f9099 STARK: Make debug command output more consistent (#1609)
The 'Too few args' message should only be
displayed if some but not enough arguments
are provided. Otherwise just show the
instructions of the command.

Fixes #1464.
2020-02-29 15:02:06 +01:00
Bastien Bouclet c49d8b3108 STARK: Create the destination directory for the extractArchive command 2019-06-23 13:47:41 +02:00
Bastien Bouclet ed21430414 STARK: Add a console command to dump model textures as png files 2019-06-01 13:56:55 +02:00
Bastien Bouclet 60cbd099ab STARK: Add console commands to force animations to play 2019-01-31 15:33:07 +01:00
Bastien Bouclet 0da7095013 STARK: Check the chapter is an integer in changeChapter 2018-08-15 14:15:39 +02:00
Bastien Bouclet 4253e0ceb0 STARK: Allow using changeLocation when the global level is not loaded 2018-08-04 14:21:35 +02:00
orangeforest11 7dab9f6174 STARK: Check the validity of the parameter for the changechapter console command 2018-08-02 06:41:04 +02:00
Faalagorn b77f251b12 STARK: Fix build 2018-06-28 18:52:51 +02:00
Faalagorn 8f80ac65d5 STARK: Rename the listInventory console command to listInventoryItems 2018-06-28 06:39:21 +02:00
Faalagorn 6fdf792d9d STARK: Updated console message to unify names
* Changed "ids" to "indices" to unify the names in console messages about listLocations
2018-06-27 15:37:14 +02:00
Douglas Liu 1c95eb1faf STARK: Small improvement 2018-06-26 21:18:41 +08:00
Douglas Liu 553b282a6d STARK: Move debug related functions to the debug console 2018-06-25 23:25:26 +08:00
Douglas Liu 6018a0e5d4 STARK: Simplify the location indices checking 2018-06-25 23:00:35 +08:00
Douglas Liu 6b33c58c55 STARK: Add indices checking in Cmd_ChangeLocation() 2018-06-24 22:56:44 +08:00
Douglas Liu 51195679d5 STARK: Fix crash when resources are not loaded 2018-06-24 22:56:44 +08:00
Bastien Bouclet ddb866d5e6 STARK: Revert the console changes that were merged by mistake 2018-06-24 16:13:11 +02:00
Douglas Liu a1ee0d2733 STARK: Add indices checking in Cmd_ChangeLocation() 2018-06-22 23:52:11 +08:00
Douglas Liu 6deccb4ca8 STARK: Fix crash when resources are not loaded 2018-06-20 22:40:41 +08:00
Faalagorn a08bb8d495 STARK: Updated descriptions of some debug commands
* Removed full stops from the last setence in `debugPrintf`s to unifty the style
* `dump` folder for `dumpArchive` must exist in location ResidualVM is launched from (e.g. $HOMEDIR)
* `dumpArchive` require not only name of the archive but (relative) path to it, e.g. `4f/04/04.xarc` instead of simply `04.xarc`
* Indicated to use `listInventory`  to get ids for `enableInventoryItem`
* `enableInventoryItem` incorrectly had description from `changeLocation`
* Indicated to use `listLocations`  to get ids for `changeLocation`
2018-06-03 13:46:46 +02:00
Bastien Bouclet 08df1680e8 STARK: Remove the now obsolete console command selectDialogOption 2018-05-21 11:55:06 +02:00
Bastien Bouclet c1284adba1 STARK: Fix dumping the resources for static locations 2018-05-09 21:48:45 +02:00
Bastien Bouclet 2252a50017 STARK: Define aliases for resource references in the decompiled output 2016-06-02 13:10:45 +02:00
Bastien Bouclet 20e98144da STARK: Add a console command to test the decompiler with all the scripts in the game 2016-06-01 18:15:09 +02:00
Bastien Bouclet 5ef0d18dea STARK: Add a console command to decompile a script 2016-05-26 20:40:24 +02:00
Bastien Bouclet 5ccc17b85b STARK: Clean up script related console commands 2016-05-26 20:36:39 +02:00
Bastien Bouclet 9cee7f5fc0 STARK: Use spaces for code alignment 2016-05-26 20:24:57 +02:00
Bastien Bouclet 088055e1f4 STARK: Improve the listScript console command
It now displays if a script is waiting for a resource to complete
2016-01-14 15:04:45 +01:00
Pawel Kolodziejski f9e78dc731 STARK: formating code - whitespaces 2016-01-01 07:30:11 +01:00
Bastien Bouclet 18d3344f87 STARK: Add shortcuts to use the singleton services 2016-01-01 07:29:53 +01:00
Bastien Bouclet 707c269138 STARK: Implement the script call opcode 2016-01-01 07:29:52 +01:00
Bastien Bouclet 273a358ad3 STARK: Initiate rework of the user interface code
A base class, Window, will be used to ensure all the UI containers
work in a similar way.
2016-01-01 07:29:48 +01:00
Einar Johan Trøan Sømåen cde8bab668 STARK: Add debug commands to enable inventory items. 2016-01-01 07:29:46 +01:00
Einar Johan Trøan Sømåen 6022b45834 STARK: Add a console command to dump the current state of the inventory. 2016-01-01 07:29:45 +01:00
Einar Johan Trøan Sømåen e276e88f4b STARK: Add a console command for selecting a dialog option. 2016-01-01 07:29:43 +01:00
Einar Johan Trøan Sømåen 01fe93f9c6 STARK: Add debug console commands for modifying scripts/knowledge. 2016-01-01 07:29:42 +01:00
Bastien Bouclet 73ee04635a STARK: Load the static level 2016-01-01 07:29:40 +01:00
Bastien Bouclet 413ee2a75d STARK: Move the format readers to their own namespace 2015-02-13 12:52:32 +01:00
Bastien Bouclet 0f978e54dd STARK: Rename Resource to Object to reflect the namespace change 2015-02-13 11:18:37 +01:00
Bastien Bouclet 254021c602 STARK: Move the resources to a separate namespace 2015-02-13 11:10:44 +01:00
Bastien Bouclet 19050d2b24 STARK: Fix the listLocations debug command 2015-02-13 09:30:26 +01:00
Bastien Bouclet a52dff53f2 STARK: Add a console command allowing to change the current chapter 2015-02-13 09:19:47 +01:00
Bastien Bouclet 4433ed200f STARK: Start moving file formats to a dedicated folder 2015-01-14 18:10:09 +01:00
Bastien Bouclet c93098e7af STARK: Move the service provider to a separate file 2015-01-11 11:01:01 +01:00
Bastien Bouclet 7f8f3789e5 STARK: Split Global and Current to a separate file 2015-01-11 10:47:52 +01:00
Bastien Bouclet d9b440e74b STARK: Move service classes to a service sub folder 2015-01-11 10:39:24 +01:00
Bastien Bouclet 0d4a87de45 STARK: Change the console commands to be easier to use 2015-01-05 07:27:24 +01:00