Eugene Sandulenko
|
22a009d3c6
|
Update headers. engine/
svn-id: r38408
|
2009-02-17 15:02:16 +00:00 |
|
Filippos Karapetis
|
d39d83e525
|
Replaced sci_free() with free() - it's OK to free a NULL pointer, so the checking that sci_free() performed is not necessary
svn-id: r38406
|
2009-02-17 13:51:52 +00:00 |
|
Filippos Karapetis
|
a3adca29f2
|
Removed a lot of unused and compiler-specific debug code. Note that for MSVC, the corresponding checks are enabled by default in the debug build, so there's no need to set them again programmatically. Also, removed the "codebugging" related code
svn-id: r38387
|
2009-02-16 23:28:24 +00:00 |
|
Lars Persson
|
6dbd7e21eb
|
Use MIN with correct template <int>
svn-id: r38375
|
2009-02-16 18:37:28 +00:00 |
|
Travis Howell
|
2d0a897d16
|
Replace strcasecmp with scumm_stricmp.
svn-id: r38356
|
2009-02-16 09:17:49 +00:00 |
|
Max Horn
|
6af056c89d
|
Reimplemented reg_t_hashmap using Common::HashMap
svn-id: r38340
|
2009-02-16 01:58:30 +00:00 |
|
Max Horn
|
74132ed71a
|
SCI: cleanup
svn-id: r38336
|
2009-02-16 00:35:22 +00:00 |
|
Max Horn
|
57434d955f
|
SCI: Run astyle to make the code be more compliant with our Code Formatting Guidelines: engine dir
svn-id: r38317
|
2009-02-15 22:28:12 +00:00 |
|
Max Horn
|
e90eed4ff3
|
SCI: Changed _WIN32 -> WIN32; _DREAMCAST -> __DC__; removed _DOS stuff
svn-id: r38305
|
2009-02-15 21:27:42 +00:00 |
|
Max Horn
|
e29d90be3e
|
SCI: Fixed more warnings
svn-id: r38303
|
2009-02-15 21:12:21 +00:00 |
|
Filippos Karapetis
|
aa3f10b2fd
|
Fixed compilation under MSVC, and silenced some more warnings
svn-id: r38247
|
2009-02-15 14:52:51 +00:00 |
|
Filippos Karapetis
|
24dc986944
|
Silenced a ton of warnings, and disabled several unreferenced functions (dead code) - hopefully, compilation hasn't been broken...
svn-id: r38243
|
2009-02-15 14:26:33 +00:00 |
|
Filippos Karapetis
|
25ddb00436
|
Silenced more warnings
svn-id: r38230
|
2009-02-15 12:23:16 +00:00 |
|
Eugene Sandulenko
|
e241843bec
|
- Remove some unneeded files
- Mass rename .c to .cpp
svn-id: r38227
|
2009-02-15 11:39:07 +00:00 |
|