Einar Johan Trøan Sømåen
30f35c4c3f
WINTERMUTE: Use 64k-tables for alpha-blitting.
2012-08-13 01:13:16 +02:00
Einar Johan Trøan Sømåen
2c44f3f5fa
WINTERMUTE: Make a few noisy warnings into debug-calls.
2012-08-13 01:06:56 +02:00
Einar Johan Trøan Sømåen
5b3389672b
WINTERMUTE: Silence a few float-cast warnings.
2012-08-11 03:15:51 +02:00
Einar Johan Trøan Sømåen
5ecc1fd7f0
WINTERMUTE: Format platform_osystem.cpp, wintermute.cpp and detection_tables.h
2012-08-11 02:46:08 +02:00
Einar Johan Trøan Sømåen
089920377f
WINTERMUTE: Make RTL skip any "are you sure?"-dialogs.
...
The user has already quite intentionally opened the GMM and clicked "return to launcher"
additionally the GMM can be launched at any time, but the "are you sure"-message can't
always be shown, for instance if the user is already in some in-game menu, or a video is
playing.
2012-08-11 02:42:37 +02:00
Einar Johan Trøan Sømåen
9a5f363972
WINTERMUTE: Make missing-file warnings a debugC
...
The sound-system attempts to open files in various formats, some of which may not exist, no reason for these to fill the console with output.
2012-08-11 02:34:06 +02:00
Einar Johan Trøan Sømåen
c422ae9d8a
WINTERMUTE: Get rid of strncpy+manual termination.
2012-08-11 02:30:07 +02:00
Einar Johan Trøan Sømåen
d95a2ddef8
WINTERMUTE: Use only one scaler for blitting, the faster one.
2012-08-07 16:49:20 +02:00
Einar Johan Trøan Sømåen
688f792c9f
WINTERMUTE: Cache scaled images, to avoid having to rescale every frame.
2012-08-07 16:28:44 +02:00
Einar Johan Trøan Sømåen
8883a9ffd5
WINTERMUTE: Optimize blitting (Do opaque blits for opaque images, and do fill with memcpy)
2012-08-07 16:05:36 +02:00
Einar Johan Trøan Sømåen
3abccb2e33
WINTERMUTE: Change PixelFormat to ARGB (same as Sword25)
...
Mainly a workaround for the OpenGL-backend.
2012-08-07 14:56:06 +02:00
Einar Johan Trøan Sømåen
52aeaf4ece
WINTERMUTE: Move dcscript.h into the proper folder.
2012-08-07 14:06:42 +02:00
Einar Johan Trøan Sømåen
6b159d71ab
WINTERMUTE: Remove g_wintermute.
2012-08-07 13:51:22 +02:00
Einar Johan Trøan Sømåen
e32b79bff1
WINTERMUTE: Save the random-seed as well.
2012-08-07 13:32:26 +02:00
Einar Johan Trøan Sømåen
9bda50ef48
WINTERMUTE: Add a readme.txt for the engine.
2012-07-31 01:07:19 +02:00
Einar Johan Trøan Sømåen
b8b31c86d2
WINTERMUTE: Clean out some unused code.
2012-07-31 00:04:34 +02:00
Einar Johan Trøan Sømåen
2e636f29fb
WINTERMUTE: Implement GMM-saving.
2012-07-30 23:55:11 +02:00
Einar Johan Trøan Sømåen
5a1fae94fb
WINTERMUTE: Implement load from GMM.
2012-07-30 23:46:46 +02:00
Einar Johan Trøan Sømåen
6330c1e5fd
WINTERMUTE: Fix a few memory-leaks
2012-07-30 20:39:04 +02:00
Einar Johan Trøan Sømåen
18409fe5c0
WINTERMUTE: Fix a memory leak in BaseScriptHolder
2012-07-30 19:43:55 +02:00
Einar Johan Trøan Sømåen
4361172444
WINTERMUTE: Redraw ONLY the indicator when saving/loading.
2012-07-30 19:41:44 +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
80a67a70cd
WINTERMUTE: Add header-guards to BaseEngine
2012-07-29 19:09:37 +02:00
Einar Johan Trøan Sømåen
6b07218eb2
WINTERMUTE: Remove statics and silence spam in debug console.
2012-07-29 18:24:08 +02:00
Einar Johan Trøan Sømåen
20e2ec4ff4
WINTERMUTE: Remove unused functions from StringUtil::
2012-07-29 18:00:15 +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
1f5288d8c1
WINTERMUTE: Use ConfMan instead of registry.
2012-07-29 15:03:54 +02:00
Einar Johan Trøan Sømåen
da0ba41903
WINTERMUTE: Remove more unused utils.
2012-07-29 14:56:39 +02:00
Einar Johan Trøan Sømåen
3a21818001
WINTERMUTE: Make BaseSubFrame load lazily.
2012-07-29 03:41:45 +02:00
Einar Johan Trøan Sømåen
482a5fb467
WINTERMUTE: Make the BaseEngine-singleton use Common::Singleton as super-class
2012-07-29 03:41:07 +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
b214041539
WINTERMUTE: Remove static function variable from SXArray
2012-07-29 00:58:15 +02:00
Einar Johan Trøan Sømåen
6dc1e09da9
WINTERMUTE: Replace const char* with const Common::String & in fonts, gfx, particles, sound and files.
2012-07-29 00:27:50 +02:00
Einar Johan Trøan Sømåen
e841bf16d6
WINTERMUTE: Fix a few warnings pointed out by fuzzie.
2012-07-28 23:10:33 +02:00
Einar Johan Trøan Sømåen
e08a0d84a2
WINTERMUTE: Hardcode the Game.SaveDirectory return value in-engine for now.
2012-07-27 19:42:37 +02:00
Einar Johan Trøan Sømåen
8ed71a99f6
WINTERMUTE: Constructor(args): SuperClass(args) -> Constructor(args) : SuperClass(args)
2012-07-27 19:37:14 +02:00
Einar Johan Trøan Sømåen
c7fa8e7d10
WINTERMUTE: Move settings-files to save-dir (gzipped xml now)
2012-07-27 19:35:20 +02:00
Einar Johan Trøan Sømåen
99d4c55e88
WINTERMUTE: Remove all unneccessary #if 0 blocks
2012-07-27 19:07:00 +02:00
Einar Johan Trøan Sømåen
a4e2fb4504
WINTERMUTE: Move TinyXML into the WinterMute-namespace.
2012-07-27 18:24:22 +02:00
Einar Johan Trøan Sømåen
fbc19f3f0b
WINTERMUTE: Fix a Clang-warning
2012-07-27 18:24:00 +02:00
Einar Johan Trøan Sømåen
f6ac34ab9a
WINTERMUTE: Get rid of almost all LLVM GCC 4.2 warnings.
2012-07-27 18:13:42 +02:00
Einar Johan Trøan Sømåen
6262a2ac87
WINTERMUTE: Use an arbitrary size nearest neighbour scaler for save thumbnails. Thanks to clone2727
2012-07-27 17:43:17 +02:00
Einar Johan Trøan Sømåen
a9e9ed7d3b
WINTERMUTE: Formatting "var_name"->"varName"
2012-07-27 16:08:46 +02:00
Einar Johan Trøan Sømåen
a190bb8fdc
WINTERMUTE: Add a stubbed fallback for the absolute path used in East Side Story
...
C:\\windows\\fonts\\framd.ttf
2012-07-27 16:07:50 +02:00
Einar Johan Trøan Sømåen
996e79b3d5
WINTERMUTE: Fix SaveGame-thumb loading/saving.
2012-07-27 16:04:37 +02:00
Einar Johan Trøan Sømåen
3ff2e2cc93
WINTERMUTE: Support the SPACE-key as a printable character.
2012-07-27 16:01:03 +02:00
Einar Johan Trøan Sømåen
df5943ae59
WINTERMUTE: Start sounds again after loading a save.
2012-07-27 15:59:58 +02:00
Einar Johan Trøan Sømåen
b3b86c440c
WINTERMUTE: Clear out a few warning()s
2012-07-27 15:55:06 +02:00
Einar Johan Trøan Sømåen
efee8c01ce
WINTERMUTE: Fix loading from launcher.
2012-07-27 03:11:26 +02:00