lolbot-iichan
9eca2b4c54
WINTERMUTE: Implement saving files using SavefileManager
2019-07-16 20:24:42 +03:00
lolbot-iichan
4bb82a8dae
WINTERMUTE: Add dummy implementation of Directory global object
...
Source:
http://docs.dead-code.org/wme/generated/scripting_ref_directory.html
2019-07-16 20:24:42 +03:00
Tobia Tesan
a120aa8559
WINTERMUTE: Add Watch functionality
2016-03-01 20:40:46 +01:00
Tobia Tesan
4926cc7cff
WINTERMUTE: Add CachedSourceListingProvider
2016-03-01 20:40:45 +01:00
Tobia Tesan
63e6473467
WINTERMUTE: Add BasicSourceListingProvider class
2016-03-01 20:40:45 +01:00
Tobia Tesan
cf3887d1d2
WINTERMUTE: Add DebuggerController
2016-03-01 20:40:45 +01:00
Tobia Tesan
8495039bf0
WINTERMUTE: Add BlankListingProvider class
2016-03-01 20:40:45 +01:00
Tobia Tesan
c36e29f1ad
WINTERMUTE: Add BlankListing class
2016-03-01 20:40:45 +01:00
Tobia Tesan
c417ed9967
WINTERMUTE: Add SourceListing base class
2016-03-01 20:40:40 +01:00
Tobia Tesan
28fc37f529
WINTERMUTE: Add abstract class Listing
2016-02-29 14:52:43 +01:00
Tobia Tesan
19267e0c5e
WINTERMUTE: Add Breakpoint class
2016-02-29 14:51:55 +01:00
Tobia Tesan
8f82674eaf
WINTERMUTE: Add ScriptMonitor abstract class
2016-02-29 14:49:32 +01:00
Tobia Tesan
d4f94b7d19
WINTERMUTE: Add DebuggableScript and DebuggableScriptEngine classes
...
These extend the script engine and allow for monitoring and adding
pre/post instruction hooks
2016-02-29 11:36:53 +01:00
Tobia Tesan
0dd0c3bea2
WINTERMUTE: Add Error class
2016-02-29 11:13:54 +01:00
Tobia Tesan
388fbdb6eb
WINTERMUTE: Rename VideoSubtitle to SubtitleCard
2014-10-15 21:36:46 +02:00
Tobia Tesan
cc175b5af4
WINTERMUTE: Import subtitle code from WME1
2014-10-15 19:28:21 +02:00
Eugene Sandulenko
385f8358ab
WINTERMUTE: Switch to use of moved to OSystem TransparentSurface
2014-06-15 15:43:18 +03:00
Strangerke
81f0a5dc42
WINTERMUTE: Janitorial - Remove trailing spaces
2014-02-16 18:41:25 +01:00
Tobia Tesan
3c0089e31e
WINTERMUTE: Introduce TransformTools
2013-07-31 23:47:57 +02:00
Tobia Tesan
03c4b7a240
WINTERMUTE: Introduce TransformStruct and FloatPoint; add operators to Point32
2013-07-31 23:26:09 +02:00
Einar Johan Trøan Sømåen
8f25b651e8
WINTERMUTE: Split the timers from BaseGame into a separate class.
2013-04-18 12:10:40 +02:00
Einar Johan Trøan Sømåen
411b7128ab
WINTERMUTE: Rename base_save_thumb_helper.cpp to match class-hierarchy.
2013-04-17 21:21:16 +02:00
Einar Johan Trøan Sømåen
cbae39ab87
WINTERMUTE: Move settings from BaseGame to separate struct.
2013-04-17 19:42:05 +02:00
Einar Johan Trøan Sømåen
9eff1e514f
WINTERMUTE: Move Resources out of binary and into wintermute.zip
2013-01-28 09:20:14 +01:00
Einar Johan Trøan Sømåen
efbe9bdae1
WINTERMUTE: Add in debugger-console, enabled by Ctrl-d
2013-01-23 11:18:44 +01:00
Einar Johan Trøan Sømåen
d6ec8c1947
WINTERMUTE: Split renderTicket into a separate file.
2012-12-13 23:24:37 +01:00
Einar Johan Trøan Sømåen
115e60e7cb
WINTERMUTE: Split out the music-related functionality of BaseGame to a separate class.
2012-12-09 16:31:47 +01:00
Einar Johan Trøan Sømåen
16b27090b1
WINTERMUTE: Update to use new TGA-decoder and new Video-system
2012-08-31 13:49:38 +02:00
Einar Johan Trøan Sømåen
85ce9340bc
WINTERMUTE: Separate out SaveGame-code from BaseGame
2012-07-29 21:37:24 +02:00
Einar Johan Trøan Sømåen
2e7d21fc52
WINTERMUTE: Replace BaseRegistry with ConfMan
2012-07-29 17:53:44 +02:00
Einar Johan Trøan Sømåen
aa3467ddaa
WINTERMUTE: Remove the debugger.
2012-07-29 15:30:44 +02:00
Einar Johan Trøan Sømåen
9b5cf8f1ba
WINTERMUTE: Introduce a Singleton-class for holding registry/filemanager.
2012-07-29 02:34:44 +02:00
Einar Johan Trøan Sømåen
ab8d13ee58
WINTERMUTE: Change the DCP-file access to work as an Common::Archive.
2012-07-25 03:21:22 +02:00
Einar Johan Trøan Sømåen
5683f07633
WINTERMUTE: Rename CamelCased filenames to prefixed_under_score-filenames
...
This is mostly a lead-up to namespacing the Ad/Base folders, and then
possibly removing the prefixes from the files, it also has the added
benefit of getting rid of the odd case-typos that makes for issues
on platforms that don't ignore case.
2012-07-21 19:15:33 +02:00
Einar Johan Trøan Sømåen
c648eb2b5e
WINTERMUTE: Move BFileEntry and BPackage into base/file
2012-07-20 00:53:38 +02:00
Einar Johan Trøan Sømåen
3ad839b32c
WINTERMUTE: Rename PlatformSDL->platform_osystem
2012-07-20 00:45:20 +02:00
Einar Johan Trøan Sømåen
113961fd2a
WINTERMUTE: Change all folder-names to lowercase.
2012-07-19 19:29:15 +02:00
Einar Johan Trøan Sømåen
a3e8ad4c52
WINTERMUTE: Move all the gfx-related files to a subfolder, and rename SDL->OSystem
2012-07-19 19:17:05 +02:00
Einar Johan Trøan Sømåen
9c0aff9d8b
WINTERMUTE: Remove SXStore from module.mk
2012-07-19 17:18:56 +02:00
Einar Johan Trøan Sømåen
bd3b22b14b
WINTERMUTE: Move font & particle emitter-related code to it's own subfolder
2012-07-09 13:45:03 +02:00
Einar Johan Trøan Sømåen
77c42af859
WINTERMUTE: Remove BEvent.
2012-06-22 18:59:19 +02:00
Einar Johan Trøan Sømåen
2e34a25040
WINTERMUTE: Get rid of the global constructions.
2012-06-22 18:56:10 +02:00
Einar Johan Trøan Sømåen
759024d51a
WINTERMUTE: Remove FontGlyphCache.
2012-06-22 14:15:25 +02:00
Einar Johan Trøan Sømåen
9ce1685bf5
WINTERMUTE: Remove AdActorDir and fix build
2012-06-22 10:34:50 +02:00
Einar Johan T. Sømåen
6e04d78a36
WINTERMUTE: Fix compile on linux again.
2012-06-07 12:53:13 +02:00
Einar Johan Trøan Sømåen
4a10bc8b14
WINTERMUTE: Revamp the file-system to deliver Common::-streams directly
2012-06-02 13:09:58 +02:00
Einar Johan Trøan Sømåen
84601ca89e
WINTERMUTE: Move the file-related classes into Base/file
2012-06-02 13:09:47 +02:00
Einar Johan Trøan Sømåen
b02b3ebb21
WINTERMUTE: Add folders for utils and video
2012-06-02 13:09:41 +02:00
Einar Johan Trøan Sømåen
221490a93d
WINTERMUTE: Add subfolders for math, UI, tinyxml and Sys
2012-06-02 13:09:34 +02:00
Einar Johan Trøan Sømåen
e6729615ea
WINTERMUTE: Move the B and Part files into Base/
2012-06-02 13:09:24 +02:00