Strangerke
|
c993108207
|
CGE: Transform some static and globals into class members
|
2011-09-15 08:00:54 +02:00 |
|
Strangerke
|
82e0b6fc4b
|
CGE: Rewrite fileIO
|
2011-09-14 00:10:59 +02:00 |
|
Filippos Karapetis
|
a2dc80fbef
|
CGE: Removed snddrv.h
|
2011-09-12 23:16:12 +03:00 |
|
Strangerke
|
3715d6d444
|
CGE: Add EncryptedStream class, remove seed parameter from XCrypt()
|
2011-09-11 14:15:32 +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
|
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
|
690d94eb03
|
CGE: Take fingolfin's remark into account: suppress the two leading underscore in define names
|
2011-09-01 00:32:20 +02:00 |
|
Strangerke
|
bc0e65baac
|
CGE: remove jbw.h, some clean up
|
2011-08-27 18:01:06 +02:00 |
|
Strangerke
|
7144076030
|
CGE: Move IO classes to a separated source file
|
2011-08-27 09:05:32 +02:00 |
|
Strangerke
|
8de4d8c402
|
CGE: Get rid of IOMode since it's always 'read'
|
2011-08-21 01:41:03 +02:00 |
|
Strangerke
|
62035d06bb
|
CGE: Remove a useless pragma, and any code related to writing data
|
2011-08-21 01:28:07 +02:00 |
|
Strangerke
|
1d3f1830c8
|
CGE: Remove useless functions related to data file creation (unused)
|
2011-08-13 10:17:41 +02:00 |
|
Strangerke
|
6f92cdd0d0
|
CGE: Rename some more defines
|
2011-08-02 21:47:56 +02:00 |
|
Strangerke
|
55df4d0635
|
CGE: Rename some class members, various clean up
|
2011-07-31 00:52:35 +02:00 |
|
Strangerke
|
5c7eb9a768
|
CGE: un-static-fy several variables, clean Heart class
|
2011-07-30 12:52:04 +02:00 |
|
Strangerke
|
2e5a041046
|
CGE: Remove EMM and EMS classes
|
2011-07-25 17:50:58 +02:00 |
|
Strangerke
|
c728a53148
|
CGE: Rename IOMode and SnCom enums
|
2011-07-23 14:31:39 +02:00 |
|
Paul Gilbert
|
f0d10b62b3
|
CGE: In progress work on pathfinder
|
2011-07-14 22:36:18 +10:00 |
|
Strangerke
|
5148f80fa5
|
CGE: add a new SNPOST to fix the function pointer issue
|
2011-07-13 00:29:10 +02: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
|
c86c62b288
|
CGE: Cleanup and renaming. Also move some static and global functions to CGEEngine.
|
2011-07-07 09:23:09 +02:00 |
|
Paul Gilbert
|
fe0ff3b2e9
|
CGE: Converted loadGame to use the ScummVM serialiser
|
2011-07-05 20:26:34 +10:00 |
|
Paul Gilbert
|
dbf9e4679c
|
CGE: Started work on endifying savegame loading
|
2011-07-05 20:22:51 +10:00 |
|
Strangerke
|
fae1d7efd8
|
CGE: This ends the first renaming pass. Also move some functions to CGEEngine
|
2011-07-04 08:15:56 +02:00 |
|
Paul Gilbert
|
bf6a5256fe
|
CGE: Removed code for boot sector based copy protection check
|
2011-07-03 12:05:58 +10:00 |
|
Paul Gilbert
|
6833daab84
|
CGE: Added engine prefix to header file #defines
|
2011-07-02 16:23:32 +10:00 |
|
Strangerke
|
8e531d0da3
|
CGE: Some more renaming (WIP)
|
2011-07-02 01:02:14 +02: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 |
|
eriktorbjorn
|
315bbd348d
|
CGE: Fix some GCC compile errors and warnings.
|
2011-06-27 19:25:24 +02:00 |
|
Paul Gilbert
|
fe9dc10964
|
CGE: Implemented basic file access functionality
|
2011-06-26 17:53:55 +10: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
|
aa1d8986a6
|
CGE: Cleanup: also remove trailing tabs
|
2011-06-13 13:13:39 +02:00 |
|
Strangerke
|
ffc2aa4e4f
|
CGE: Format code
|
2011-06-13 11:57:24 +02:00 |
|
Strangerke
|
b1df7ca734
|
CGE: Add missing file, and STUB some missing functions in general.cpp
|
2011-06-12 22:06:44 +02:00 |
|
Strangerke
|
3bef49c003
|
CGE: Suppress VGA::Exit, some cleanup, add one missing source
|
2011-06-12 01:13:44 +02:00 |
|
Strangerke
|
11264a60a7
|
CGE: Stubbing and cleanup made by SylvainTV
|
2011-06-11 22:35:21 +02:00 |
|
Strangerke
|
29065d302a
|
CGE: Add namespaces
|
2011-06-10 22:57:09 +02:00 |
|
Strangerke
|
7d88b9e4cd
|
CGE: Suppress typedef for byte, word and dword.
|
2011-06-10 19:02:13 +02:00 |
|
Strangerke
|
68f7ff1115
|
CGE: Replace Boolean, TRUE and FALSE by bool, true, false
|
2011-06-10 13:06:03 +02:00 |
|
Strangerke
|
a5c569eff2
|
CGE: Remove far and near keywords
|
2011-06-10 09:14:43 +02:00 |
|
Strangerke
|
03c540abff
|
CGE: Add default header, fix some includes
|
2011-06-10 07:45:18 +02:00 |
|
Strangerke
|
01a7e7ad60
|
CGE: Add several sources based on headers
|
2011-06-09 08:20:53 +02:00 |
|