Commit Graph
108 Commits
Author SHA1 Message Date
Strangerke c728a53148 CGE: Rename IOMode and SnCom enums 2011-07-23 14:31:39 +02:00
Strangerke 3ef0558aa9 CGE: Rename some more constants, some cleanup 2011-07-22 11:54:46 +02:00
Strangerke 5d41ab8b5f CGE: Rename some more constants, remove some useless ones 2011-07-21 01:56:40 +02:00
Strangerke 420516b45e CGE: Rename Debug channel constants 2011-07-20 14:22:56 +02:00
Strangerke 9a148a27cc CGE: Remove macro farnew 2011-07-19 08:09:16 +02:00
Strangerke 5190bbb7be CGE: Finish adding debugc to CGEEngine class members 2011-07-19 07:13:41 +02:00
Strangerke f884e57866 CGE: Remove a bunch of useless sound related menus 2011-07-18 21:47:57 +02:00
Paul Gilbert 324ccb1760 CGE: Split pathfinding related code into walk.cpp 2011-07-13 21:04:44 +10:00
Strangerke 4d0f83babb CGE: Rename some constants 2011-07-13 08:44:58 +02:00
Strangerke 5148f80fa5 CGE: add a new SNPOST to fix the function pointer issue 2011-07-13 00:29:10 +02:00
Paul Gilbert 891032053a CGE: Removed redundant disable/enable calls 2011-07-12 21:43:53 +10:00
Strangerke a524adcaee CGE: Suppress isVga() and memType() 2011-07-12 08:02:18 +02:00
Strangerke dab96401ad CGE: Implement snGhost by splitting _m field in two. Some cleanup. 2011-07-12 07:24:20 +02:00
Strangerke 6ed9dd0d04 CGE: Cleanup: rename a couple of forgotten class members 2011-07-09 00:41:47 +02:00
Strangerke 080d7cf7f0 CGE: Rename Mouse class 2011-07-08 08:22:25 +02:00
Strangerke fe2e1bb2fd CGE: Remove "bitmaps" files 2011-07-07 20:43:09 +02:00
Strangerke c86c62b288 CGE: Cleanup and renaming. Also move some static and global functions to CGEEngine. 2011-07-07 09:23:09 +02:00
Strangerke fae1d7efd8 CGE: This ends the first renaming pass. Also move some functions to CGEEngine 2011-07-04 08:15:56 +02:00
Strangerke c313d2cce8 CGE: Even more renaming (WIP) 2011-07-03 16:22:26 +02:00
Strangerke 4116189395 CGE: Some more renaming (WIP) 2011-07-03 11:28:22 +02:00
Paul Gilbert 334de9626a CGE: Removed C standard library includes 2011-07-03 12:30:27 +10:00
Strangerke bdc213846e CGE: Some more renaming (WIP) 2011-07-02 18:20:41 +02:00
Paul Gilbert 1e3c0725e4 CGE: Hooked up mouse event handler 2011-07-02 21:34:40 +10:00
Paul Gilbert d55401c2e1 CGE: Changed MOUSE class from using static fields to an instantiated class 2011-07-02 16:46:31 +10:00
Paul Gilbert ec28ef04c4 CGE: Merged mouse.* and keybd.* files to centralise event handling 2011-07-02 16:19:36 +10:00
Paul Gilbert 3469d1fb04 CGE: Bugfix to correctly reset wait timeouts when done 2011-07-02 14:23:38 +10:00
Strangerke 8e531d0da3 CGE: Some more renaming (WIP) 2011-07-02 01:02:14 +02:00
Paul Gilbert 601bfbd609 CGE: Reimplemented game timer from using thread to using getMillis() 2011-07-01 18:18:44 +10:00
Strangerke 0000a3139a CGE: Some more renaming (wip) 2011-07-01 08:37:40 +02:00
Strangerke f59c910b8f CGE: Some more renaming (wip) 2011-06-30 08:30:23 +02:00
Strangerke f2f3124246 CGE: Some more renaming (wip) 2011-06-29 16:13:17 +02:00
Strangerke 91dc5f424a CGE: Misc cleanup (provided by Digitall) 2011-06-29 14:29:49 +02:00
Strangerke 290305ad43 CGE: Cleanup : Start renaming. Add BMPLoad() function 2011-06-29 00:35:21 +02:00
eriktorbjorn 315bbd348d CGE: Fix some GCC compile errors and warnings. 2011-06-27 19:25:24 +02:00
Paul Gilbert af00b91111 Merge branch 'soltys_wip2' of github.com:Strangerke/scummvm into cge
Conflicts:
	engines/cge/cge_main.cpp
	engines/cge/general.cpp
	engines/cge/snail.cpp
	engines/cge/vga13h.cpp
2011-06-27 19:03:50 +10:00
Paul Gilbert e13317baea CGE: Beginnings of work on graphics support 2011-06-27 18:57:58 +10:00
Strangerke 083d6ff612 CGE: remove some if(n)def DEMO by using a new flag. Added CGEEngine in several classes in order to do so. 2011-06-27 01:03:47 +02:00
Strangerke a06a75b9a4 CGE: Implement ForceExt and RCrypt. Little style cleanup. 2011-06-26 12:07:42 +02:00
Strangerke a307d405b6 CGE: suppress a couple of static, add ProgName and MergeExt 2011-06-22 08:11:18 +02:00
Strangerke 6dc29e4a04 CGE: Remove some statics 2011-06-20 23:40:22 +02:00
Strangerke 77d4dcade2 CGE: Remove static parts of HEART 2011-06-20 00:55:47 +02:00
Strangerke 40f95669ae CGE: As there's only one instance of VGA, suppress all the static keywords from it 2011-06-20 00:13:41 +02:00
eriktorbjorn 78e3f2a57b CGE: Get rid of some static initializing
ScummVM itself (not the engine; I haven't tried that) now starts
without crashing. It exits immediately, but as far as I can tell
it does not crash. It still produces lots of Valgrind warnings,
though...
2011-06-19 11:17:54 +02:00
eriktorbjorn 3871c71f0e CGE: Fix compilation under GCC
Unfortunately, I had to stub a few things but this all looks like
code that will have to be rewritten later anyway.
2011-06-19 07:59:37 +02:00
Strangerke 77d5c25472 CGE: Suppress some defines, fix semi-columns in template definitions 2011-06-18 08:54:22 +02:00
Strangerke 1ebe182ba1 CGE: Fix the remaining link errors. It now crashes instantly, most likely because of the VGA class 2011-06-14 23:54:59 +02:00
Strangerke 9918344cdc CGE: Fix several issues reported by CPPCHECK 2011-06-13 13:44:52 +02:00
Strangerke 64f2ccca9b CGE: Cleanup: remove trailing spaces 2011-06-13 13:07:45 +02:00
Strangerke ffc2aa4e4f CGE: Format code 2011-06-13 11:57:24 +02:00
Strangerke ccd934e4bf CGE: Add a couple of STUB warnings 2011-06-13 00:40:19 +02:00