165 Commits

Author SHA1 Message Date
Strangerke
15bf8050b8 CGE: Move two globals functions to CGEEngine 2011-09-16 06:45:53 +02:00
Strangerke
c993108207 CGE: Transform some static and globals into class members 2011-09-15 08:00:54 +02:00
Strangerke
d28ac81a12 CGE: Rename cave into scene 2011-09-14 08:15:30 +02:00
Strangerke
dd0e077bd7 CGE: Remove useless function 2011-09-14 00:21:10 +02:00
Strangerke
82e0b6fc4b CGE: Rewrite fileIO 2011-09-14 00:10:59 +02:00
Strangerke
dd75ebd96b CGE: Remove dead code reported by clang++
Thanks LordHoto and salty-horse for reporting the problem
2011-09-13 00:48:01 +02:00
Strangerke
5d8bbc2f48 CGE: Remove IoBuf and CFile 2011-09-13 00:07:00 +02:00
Strangerke
5c256f9689 CGE: Remove some more VFiles 2011-09-11 22:13:00 +02:00
Strangerke
08d87130aa CGE: Use EncryptedStream in Text: rewrite caching, remove some methods. 2011-09-11 14:19:46 +02:00
Strangerke
0784b7e0b4 CGE: Remove Dat class 2011-09-09 20:03:23 +02:00
Strangerke
4848683e56 CGE: Remove some static variables from fileIO 2011-09-09 18:24:11 +02:00
Strangerke
45de8747d5 CGE: Clean up and split snBarrier(), remove progName() 2011-09-07 22:37:03 +02:00
Strangerke
3e574cfbf8 CGE: Remove wtom() 2011-09-07 01:02:05 +02:00
Strangerke
52f669c93c CGE: Replace Hxy by Common::Point 2011-09-06 23:14:49 +02:00
Strangerke
39d09d5865 CGE: Cleanup: remove residuals of the demo code
Thanks to fingolfin and LordHoto for pointing it out
2011-09-06 22:59:10 +02:00
Strangerke
5bad1a7c7f CGE: Take into account some of LordHoto's comments 2011-09-06 00:43:40 +02:00
Strangerke
d7695542cd CGE: Remove various defines and functions from "general"
Those were already present in ScummVM (thanks Fingolfin for point out)
2011-09-06 00:16:07 +02:00
Strangerke
b75a308bcc CGE: Replace Couple by Common::Point (thanks Fingolfin for pointing that out) 2011-09-05 23:50:30 +02:00
Strangerke
56e57cf380 CGE: Remove two useless callback types 2011-09-04 11:23:01 +02:00
Strangerke
31d4173136 CGE: Fix thumbnails display when a game is loaded. 2011-09-01 00:22:20 +02:00
Strangerke
5e0c546aa9 CGE: Remove code related to demos, and tag demos as unsupported 2011-08-29 22:51:45 +02:00
Strangerke
a14a9bb9a2 CGE: Fix ending animation - Game is now completable 2011-08-28 00:48:53 +02:00
Strangerke
12b6851276 CGE: Fix glitch in previous commit 2011-08-28 00:35:00 +02:00
Strangerke
dc9cca5f46 CGE: Fix level when restoring a game 2011-08-27 23:54:18 +02:00
Strangerke
4cb6c739a4 CGE: Change a couple of static members to non static in Vga class 2011-08-27 19:09:13 +02:00
Strangerke
bc0e65baac CGE: remove jbw.h, some clean up 2011-08-27 18:01:06 +02:00
Strangerke
4d059c0e62 CGE: Remove user first name input, used originally for savegame names 2011-08-27 14:05:04 +02:00
Strangerke
a8ad211c36 CGE: Merge talk.cpp and gettext.cpp 2011-08-27 09:39:35 +02:00
Strangerke
7144076030 CGE: Move IO classes to a separated source file 2011-08-27 09:05:32 +02:00
Alyssa Milburn
8b388b6829 CGE: Fix compilation after thumbnail changes. 2011-08-22 20:17:49 +02:00
Strangerke
bb591b5415 CGE: Some clean up in Vga class 2011-08-21 11:15:28 +02:00
Strangerke
e69c7a3ac4 CGE: Remove mixer 2011-08-21 09:51:49 +02:00
Strangerke
81ae309d5f CGE: Suppress some debug code present in the original 2011-08-20 01:35:56 +02:00
Alyssa Milburn
e916f9ce8c CGE: Another few formatting tweaks. 2011-08-20 00:40:44 +02:00
Alyssa Milburn
bda1afdbfb Merge branch 'soltys_wip2' of https://github.com/Strangerke/scummvm into soltys_wip2
Conflicts:
	engines/cge/bitmap.cpp
2011-08-19 20:14:40 +02:00
Strangerke
8ff904c6b5 CGE: clean up bitmap class. Suppress useless methods, functions, defines... 2011-08-19 19:48:49 +02:00
Alyssa Milburn
4e156b2463 CGE: Mass re-style/cleanup. 2011-08-19 16:04:10 +02:00
Alyssa Milburn
f0889d3f54 CGE: Remove unused snSelect function, and broken config.cpp. 2011-08-19 16:02:50 +02:00
Paul Gilbert
372d488b3b CGE: Revert previous commit of flags synchronisation 2011-08-19 20:36:43 +10:00
Paul Gilbert
0d730b85e3 CGE: Changed the Sprite bit-flags into a union, to fix savegame endian issues 2011-08-19 19:49:05 +10:00
Alyssa Milburn
85a0fa03ad CGE: Remove unused _intStackPtr. 2011-08-18 00:33:54 +02:00
Paul Gilbert
ef7a17a64a CGE: Fix for HLINE not being available for demo
The HorizLine class is really only used for on-screen debugging information anyway, so it's not a problem.
2011-08-13 16:44:48 +10:00
Paul Gilbert
b76c0af2f4 CGE: Work on implementing MIDI music playback.
Music playback is now sort of working, but it seems like only a beat track of the MIDI is getting played
2011-08-12 21:33:45 +10:00
Paul Gilbert
0c33687de2 CGE: Further fixes to savegames. 2011-08-10 20:41:39 +10:00
Paul Gilbert
8cad6821bd CGE: Fixes for saving games 2011-08-10 19:33:08 +10:00
Paul Gilbert
621fa62e8b CGE: Save the game if the game is quit via closing the window 2011-08-10 19:02:13 +10:00
Paul Gilbert
7ae8f8ce69 CGE: Decrease delay amounts to give better precision for frame execution 2011-08-10 18:38:06 +10:00
Strangerke
de40ab5e0a CGE: Remove JBW flag (useless) 2011-08-07 11:36:49 +02:00
Strangerke
cbb828b337 CGE: Fix a couple of warnings reported by cppcheck 2011-08-07 11:34:03 +02:00
Paul Gilbert
04e09e530a CGE: Fix memory leaks in pocket list 2011-08-06 22:14:23 +10:00