Le Philousophe
|
ca31647aeb
|
WAGE: Migrate engine to Path
|
2023-12-24 13:19:25 +01:00 |
|
Avijeet
|
9aa5fa02a7
|
WAGE: Fix out of bound array index
|
2022-08-05 20:15:03 +02:00 |
|
Eugene Sandulenko
|
abea37c9bb
|
ALL: Update ScummVM project license to GPLv3+
|
2021-12-26 18:48:43 +01:00 |
|
Paul Gilbert
|
005561d305
|
COMMON: Increase Stream pos, seek, size from int32 to int64
|
2021-07-08 18:24:28 -07:00 |
|
D G Turner
|
fe3eae346e
|
WAGE: Fix Missing Default Switch Cases
These are flagged by GCC if -Wswitch-default is enabled.
|
2019-10-23 03:31:46 +01:00 |
|
Willem Jan Palenstijn
|
c5f67ac471
|
WAGE: Improve error message
|
2017-12-08 11:41:32 +00:00 |
|
Willem Jan Palenstijn
|
c6c39d5578
|
WAGE: Handle null strings in toString and improve consistency
|
2017-12-08 11:41:32 +00:00 |
|
Willem Jan Palenstijn
|
f35cb961f2
|
WAGE: Avoid calling method of nullptr
|
2017-12-08 11:41:32 +00:00 |
|
Eugene Sandulenko
|
31eb4724d3
|
WAGE: Correctly specify target name for dumped scripts
|
2017-08-29 20:15:19 +02:00 |
|
Eugene Sandulenko
|
5eaa48ec96
|
WAGE: Dump scripts by request
|
2017-08-29 19:21:20 +02:00 |
|
Eugene Sandulenko
|
b5c552b3bb
|
WAGE: Quit gracefully when requested
|
2017-08-29 09:33:44 +02:00 |
|
Eugene Sandulenko
|
2354c9de12
|
WAGE: Do not error on unprintable characters.
Makes Swamp Witch start
|
2017-08-18 19:13:22 +02:00 |
|
Eugene Sandulenko
|
4ca14e2242
|
WAGE: Turn warning into debug message
|
2017-08-12 15:02:57 +02:00 |
|
Eugene Sandulenko
|
7e9b8cb513
|
WAGE: support chr<scene conditionals
|
2017-08-11 00:45:25 +02:00 |
|
Eugene Sandulenko
|
6541adaa2e
|
WAGE: allow using LET with negative number literals
|
2017-08-11 00:40:29 +02:00 |
|
Eugene Sandulenko
|
a83dd4c3fc
|
WAGE: Handle command aliases in the same quirky way wb does
|
2017-08-09 09:28:13 +02:00 |
|
Eugene Sandulenko
|
82a3088557
|
WAGE: The command is "inven"
|
2017-08-08 23:45:26 +02:00 |
|
Eugene Sandulenko
|
fab199d37e
|
JANITORIAL: Make GPL headers uniform
|
2016-09-03 12:46:38 +02:00 |
|
Eugene Sandulenko
|
f65b31437b
|
WAGE: Fix sorting of objects during move
|
2016-04-11 10:49:47 +02:00 |
|
Eugene Sandulenko
|
fc6b1c39d9
|
WAGE: More games to detection, all have problems
|
2016-03-16 13:28:02 +01:00 |
|
Eugene Sandulenko
|
d516cac634
|
WAGE: Improved debug output
|
2016-02-23 11:18:44 +01:00 |
|
Eugene Sandulenko
|
c3bae66b56
|
WAGE: Plug memory leak
|
2016-02-18 10:30:34 +01:00 |
|
Eugene Sandulenko
|
ab9e2fdca3
|
WAGE: Initialize class variables
|
2016-02-18 10:30:18 +01:00 |
|
Eugene Sandulenko
|
b09e70d1ca
|
WAGE: Consistently use .empty() instead of .size() == 0
|
2016-02-14 17:13:23 +01:00 |
|
Eugene Sandulenko
|
e83a0ce32e
|
WAGE: Moved non-trivial method implementation to .cpp file
|
2016-02-14 17:13:23 +01:00 |
|
Eugene Sandulenko
|
96cb9a620a
|
WAGE: More const
|
2016-02-14 17:13:06 +01:00 |
|
Eugene Sandulenko
|
db7d5aa218
|
WAGE: Removed another leftover warning
|
2016-02-14 17:12:59 +01:00 |
|
Eugene Sandulenko
|
0a57ac4fc9
|
WAGE: Remove redundant operation
|
2016-02-14 17:12:57 +01:00 |
|
Eugene Sandulenko
|
6e3cd0bcb2
|
WAGE: Better processing of direction abbreviations
|
2016-02-14 17:12:57 +01:00 |
|
Eugene Sandulenko
|
f813c0e556
|
WAGE: Some renames
|
2016-02-14 17:12:54 +01:00 |
|
Eugene Sandulenko
|
34f9a1375d
|
WAGE: Get rid of Common::String import
|
2016-02-14 17:12:53 +01:00 |
|
Eugene Sandulenko
|
47b3f404b8
|
WAGE: Moved all interaction-related methods from script.cpp to combat.cpp
|
2016-02-14 17:12:52 +01:00 |
|
Eugene Sandulenko
|
f43a36edb5
|
WAGE: Rename Script::_callbacks to _engine
|
2016-02-14 17:12:52 +01:00 |
|
Eugene Sandulenko
|
605a32d9bf
|
WAGE: Implement wearObj()
|
2016-02-14 17:12:51 +01:00 |
|
Eugene Sandulenko
|
42c7440376
|
WAGE: Implement handleWearCommand()
|
2016-02-14 17:12:51 +01:00 |
|
Eugene Sandulenko
|
02374868f7
|
WAGE: Implement handleAimCommand()
|
2016-02-14 17:12:51 +01:00 |
|
Eugene Sandulenko
|
2dc5841fcc
|
WAGE: Implement handleInventoryCommand()
|
2016-02-14 17:12:51 +01:00 |
|
Eugene Sandulenko
|
b066a592ee
|
WAGE: Implement handleStatusCommand()
|
2016-02-14 17:12:51 +01:00 |
|
Eugene Sandulenko
|
3cdc17be94
|
WAGE: Implement handleTakeCommand()
|
2016-02-14 17:12:51 +01:00 |
|
Eugene Sandulenko
|
b90e9361fe
|
WAGE: Implement handleDropCommand()
|
2016-02-14 17:12:50 +01:00 |
|
Eugene Sandulenko
|
c7eed7f0ad
|
WAGE: Implement getWeapons(). Got rid of class Weapon
|
2016-02-14 17:12:49 +01:00 |
|
Eugene Sandulenko
|
8e30167e85
|
WAGE: Implement handleAcceptCommand()
|
2016-02-14 17:12:46 +01:00 |
|
Eugene Sandulenko
|
87698593db
|
WAGE: Implement printPlayerCondition()
|
2016-02-14 17:12:46 +01:00 |
|
Eugene Sandulenko
|
43df45d610
|
WAGE: Implement handleRestCommand
|
2016-02-14 17:12:46 +01:00 |
|
Eugene Sandulenko
|
3906c36898
|
WAGE: Put lists into typedefs
|
2016-01-09 01:34:06 +01:00 |
|
Eugene Sandulenko
|
82d0026298
|
WAGE: Started implementation of performCombatAction()
|
2016-01-09 00:55:35 +01:00 |
|
Eugene Sandulenko
|
46076a0e6c
|
WAGE: Plugged great deal of leaks
|
2016-01-07 01:24:42 +01:00 |
|
Eugene Sandulenko
|
6b428f211c
|
WAGE: Fix numerpous memory leaks
|
2016-01-07 00:26:12 +01:00 |
|
Eugene Sandulenko
|
777536d203
|
WAGE: Add last line from scene description
|
2016-01-07 00:12:43 +01:00 |
|
Eugene Sandulenko
|
b9c256587b
|
WAGE: Warning fixws
|
2016-01-07 00:02:00 +01:00 |
|