Filippos Karapetis
|
e4c23834dd
|
Moved sci_ffs() inside iterator.cpp, the only place where it's actually used, and removed tools.*. Also, removed all the unused includes to tools.h from several places
svn-id: r45176
|
2009-10-16 23:29:00 +00:00 |
|
Filippos Karapetis
|
1f3f4ccdd2
|
Fixed compilation
svn-id: r42168
|
2009-07-06 11:10:35 +00:00 |
|
Max Horn
|
813853ccc2
|
SCI: Converted several fprintf(stderr) calls to warning/error (the remaining fprintf calls should probably be replaced by suitable debug/debugC/debugN invocations)
svn-id: r40993
|
2009-05-29 13:07:14 +00:00 |
|
Max Horn
|
b72c2a29fb
|
SCI: Removing useless adlib-via-OSS code
svn-id: r40992
|
2009-05-29 13:04:32 +00:00 |
|
Willem Jan Palenstijn
|
a897ee239d
|
Fix compilation
svn-id: r40611
|
2009-05-15 14:23:00 +00:00 |
|
Max Horn
|
05c3c6ccb3
|
SCI: Replaced SFX_OK/SFX_ERROR by Common::Error, and got rid of sfx/sfx.h
svn-id: r40517
|
2009-05-12 23:31:55 +00:00 |
|
Max Horn
|
0255cd0213
|
SCI: Removed sci_memory.h/.cpp
svn-id: r40514
|
2009-05-12 23:30:10 +00:00 |
|
Max Horn
|
642bad22d8
|
SCI: Removed most uses of the 'inline' keyword. It is usually better to let the compiler figure out what to inline. As it is, most of these looked as if they were randomly placed ;)
svn-id: r39352
|
2009-03-12 03:26:47 +00:00 |
|
Filippos Karapetis
|
73a4664552
|
Replaced getInt15 in intstrument-map.cpp as well
svn-id: r39196
|
2009-03-07 17:55:00 +00:00 |
|
Max Horn
|
25e7d3a08d
|
SCI: Renamed some sfx header files
svn-id: r39006
|
2009-03-01 06:02:17 +00:00 |
|
Eugene Sandulenko
|
d53c75fc8f
|
Fix code formatting
svn-id: r38930
|
2009-02-27 12:59:02 +00:00 |
|
Max Horn
|
479751104f
|
SCI: Renamed include/engine.h to engine/state.h; added a corresponding .cpp file with the EngineState constructor
svn-id: r38921
|
2009-02-27 02:23:40 +00:00 |
|
Max Horn
|
170916201c
|
SCI: Moved almost all files from include/ to other dirs; only include/engine.h remains
svn-id: r38920
|
2009-02-27 02:23:00 +00:00 |
|
Andre Heider
|
357299c570
|
substitute all time related functions, removing sci_gettime sci_get_current_time altogether.
svn-id: r38845
|
2009-02-24 18:31:05 +00:00 |
|
Max Horn
|
1e4db221e5
|
SCI: Moved engines/sci/include/sci_memory.h and engines/sci/scicore/sci_memory.cpp into engines/sci/; moved macros from the header into the source file
svn-id: r38832
|
2009-02-24 05:39:10 +00:00 |
|
Jordi Vilalta Prat
|
b5ce8d9320
|
Whitespace cleanup
svn-id: r38783
|
2009-02-22 13:11:43 +00:00 |
|
Max Horn
|
d6e397233f
|
SCI: More cleanup
svn-id: r38758
|
2009-02-21 22:40:58 +00:00 |
|
Max Horn
|
b18c96ca87
|
SCI: Replaced evil MIDI_WRITER_BODY with C++ subclassing; some compile fixes to currently unused files
svn-id: r38755
|
2009-02-21 22:14:26 +00:00 |
|
Max Horn
|
8430b662a9
|
SCI: Changed typedef struct -> struct
svn-id: r38752
|
2009-02-21 22:06:42 +00:00 |
|
Max Horn
|
ff17899d8e
|
SCI: Got rid of include/scitypes.h
svn-id: r38746
|
2009-02-21 21:16:41 +00:00 |
|
Max Horn
|
c5e00f3de2
|
SCI: More cleanup
svn-id: r38725
|
2009-02-21 19:01:32 +00:00 |
|
Max Horn
|
0d41ca8d38
|
SCI: Moved scicore/tools.cpp to tools.cpp, and include/resource.h to tools.h
svn-id: r38720
|
2009-02-21 18:28:38 +00:00 |
|
Paweł Kołodziejski
|
f18d5500b1
|
formating
svn-id: r38709
|
2009-02-21 17:23:28 +00:00 |
|
Oystein Eftevaag
|
25f7c37171
|
Wrapped the SCI engine in the Sci namespace.
svn-id: r38676
|
2009-02-21 10:23:36 +00:00 |
|
Max Horn
|
c3ffac5e62
|
SCI: Removed unused file
svn-id: r38591
|
2009-02-20 15:20:48 +00:00 |
|
Eugene Sandulenko
|
b0abacf7cd
|
Update headers. sfx/
svn-id: r38410
|
2009-02-17 15:07:44 +00:00 |
|
Max Horn
|
a272626210
|
Replace strncasecmp by scumm_strnicmp
svn-id: r38362
|
2009-02-16 09:53:34 +00:00 |
|
Travis Howell
|
954aa46b8a
|
SCUMMVM define no longer required.
svn-id: r38361
|
2009-02-16 09:44:00 +00:00 |
|
Travis Howell
|
42cb3a55d9
|
Replace strcasecmp with scumm_stricmp.
svn-id: r38359
|
2009-02-16 09:29:07 +00:00 |
|
Max Horn
|
29611bc7ea
|
SCI: Run astyle to make the code be more compliant with our Code Formatting Guidelines: sfx dir
svn-id: r38322
|
2009-02-15 22:34:41 +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
|
9daed50e01
|
Fixed lots of warnings and errors (on my system) by backporting a patch I had sent the FreeSCI folks some time ago (but apparently it never made it, or only made it to a branch not imported?)
svn-id: r38245
|
2009-02-15 14:46:42 +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 |
|
Paweł Kołodziejski
|
311344b445
|
fixed msvc9 compilation
svn-id: r38208
|
2009-02-15 09:56:04 +00:00 |
|
Max Horn
|
75f4c44fd0
|
Removing various unused files (backups remain in vendor/sci/, of course)
svn-id: r38197
|
2009-02-15 08:11:58 +00:00 |
|
Jordi Vilalta Prat
|
fa6e10e9ce
|
Import the SCI engine sources from the FreeSCI Glutton branch (it doesn't compile yet)
svn-id: r38192
|
2009-02-15 06:10:59 +00:00 |
|