Joost Peters
|
1a5f531d23
|
Allow building of psp backend via configure (Part 1 - Still need to add the fixup + EBOOT packing steps).
Thanks dhewg and fingolfin for assistance. :)
svn-id: r39693
|
2009-03-25 21:58:16 +00:00 |
|
Max Horn
|
b64b7d2895
|
Removed #include nds/jtypes.h from common/scummsys.h -- it already gets loaded by portdefs.h
svn-id: r39562
|
2009-03-20 10:13:10 +00:00 |
|
Travis Howell
|
21a13c3219
|
Disable MSVC warning, which is frequently paranoid.
svn-id: r38575
|
2009-02-20 03:56:42 +00:00 |
|
Torbjörn Andersson
|
5bf56fe991
|
Changed OverlayColor from int16 to uint16 to fix the strange colours that
appeared in the GUI with r36288. At least, it fixes the problem for me. I hope I
didn't accidentally break anything else.
svn-id: r36298
|
2009-02-13 06:17:43 +00:00 |
|
Johannes Schickel
|
3334af5507
|
Removed last traces of X11 backend.
svn-id: r35287
|
2008-12-08 21:48:29 +00:00 |
|
Filippos Karapetis
|
bd3f83b508
|
Turned on MSVC warning 4505 - "Unreferenced local function has been removed", as it's very useful in finding dead code
svn-id: r35160
|
2008-11-23 15:40:35 +00:00 |
|
Filippos Karapetis
|
71dcfd13a2
|
Re-enabled MSVC warning 4125 - "decimal digits terminates octal escape sequence". This was thrown for a string with incorrect extended characters in the SAGA engine, which has been corrected now, so the warning itself is valid and quite informative.
svn-id: r35159
|
2008-11-23 15:26:51 +00:00 |
|
Max Horn
|
a6502da9ac
|
* got rid of CDECL
* got rid of scumm_strrev
* added DISABLE_TEXT_CONSOLE flag which disables printf, warning, debug (but not error)
svn-id: r35038
|
2008-11-13 11:26:47 +00:00 |
|
Filippos Karapetis
|
0b58aea011
|
Turned off overzealous warning 4800 - "forcing value to bool 'true' or 'false' (performance warning)"
svn-id: r32759
|
2008-06-22 17:57:06 +00:00 |
|
Eugene Sandulenko
|
5e666ef774
|
Patch #1971285: "Nintendo Wii port"
svn-id: r32547
|
2008-06-04 20:28:20 +00:00 |
|
Max Horn
|
05b159609b
|
Removed remaining traces of the dead MorphOS backend, which itself was removed about one year ago
svn-id: r31114
|
2008-03-12 18:42:47 +00:00 |
|
Filippos Karapetis
|
7a57d26585
|
Several warnings which have been disabled for MSVC are never thrown (at least not anymore). Removing all the unneeded ones
svn-id: r30248
|
2008-01-05 16:12:22 +00:00 |
|
Filippos Karapetis
|
61e8724089
|
Turn off an MSVC warning, thrown with some escape sequences
svn-id: r29932
|
2007-12-21 02:06:08 +00:00 |
|
Filippos Karapetis
|
276c67407b
|
Fix compilation under MSVC9
svn-id: r29923
|
2007-12-20 15:38:22 +00:00 |
|
Max Horn
|
6d37f5ccd8
|
Do not #include time.h globally (ideally, we should provide a localtime clone in OSystem so we can completly get rid of this)
svn-id: r29919
|
2007-12-20 14:29:58 +00:00 |
|
Chris Apers
|
3c6bfc3742
|
Only for ARM code
svn-id: r29787
|
2007-12-09 11:24:51 +00:00 |
|
Neil Millstone
|
5ddb1b0057
|
Added extra includes for the DS port now that stdafx.h is no longer included
svn-id: r29205
|
2007-10-13 15:44:56 +00:00 |
|
Nicola Mettifogo
|
258901bab9
|
Merged common/stdafx.h into common/scummsys.h. All referencing files have been updated.
svn-id: r28966
|
2007-09-19 08:40:12 +00:00 |
|
Chris Apers
|
500481c4ec
|
Cleanup: remove obsolete code (PalmOS 68K version not supported anymore)
svn-id: r28803
|
2007-09-01 19:13:04 +00:00 |
|
Max Horn
|
e1bcd70436
|
Re-added __attribute__(packed)
svn-id: r27830
|
2007-07-01 18:18:43 +00:00 |
|
Max Horn
|
d9718b0684
|
Do not use SCUMMVM_USE_LONG_INT on _MSC_VER anymore (if it *is* needed after all, speak up -- that FIXME has been in there for far too long, however)
svn-id: r27641
|
2007-06-22 23:27:32 +00:00 |
|
Max Horn
|
218e132e37
|
Updated legal headers in source files, based on what Pidgin (the IM client formerly knowns as Gaim) does; added new (incomplete) COPYRIGHT file; updated copyright dates in a few spots
svn-id: r27024
|
2007-05-30 21:56:52 +00:00 |
|
Chris Apers
|
e0a77867cc
|
Cleanup, remove PalmOS dependencies from the ScummVM core
svn-id: r26690
|
2007-05-01 09:37:40 +00:00 |
|
Max Horn
|
728d01cb17
|
Removing some unnecessary #includes
svn-id: r26044
|
2007-03-09 23:46:45 +00:00 |
|
Max Horn
|
fa6a35f9b1
|
cleaned up stdafx.h, removing various unnecessary #includes (there are still some windows ones which look fishy, though)
svn-id: r26031
|
2007-03-08 21:40:21 +00:00 |
|
Max Horn
|
a63c1cf3bd
|
Moved the printf #define for the NDS into scummsys.h (not sure if that suits your needs Neil, feel free to change it again if necessary)
svn-id: r26024
|
2007-03-08 17:38:11 +00:00 |
|
Max Horn
|
743698da6e
|
Changed File::_handle to be of type void* instead of FILE* (to ease porting); moved PS2 std C I/O defines to file.cpp (no code other than the file & savegame code should use fopen etc. directly)
svn-id: r26017
|
2007-03-08 16:46:02 +00:00 |
|
Kostas Nakos
|
4524b49872
|
Initial commit of the wince-gcc re-port
svn-id: r24212
|
2006-10-08 18:15:18 +00:00 |
|
Travis Howell
|
a0e6154340
|
Re-order platform order, to avoid exclusions
svn-id: r23981
|
2006-09-23 11:44:05 +00:00 |
|
Travis Howell
|
be4628ffca
|
Remove defines, which were only used by checkHeap()
svn-id: r23980
|
2006-09-23 11:37:05 +00:00 |
|
Max Horn
|
d02e4d7f7c
|
Removed CHECK_HEAP
svn-id: r23979
|
2006-09-23 11:29:32 +00:00 |
|
Travis Howell
|
847c145810
|
Whitepsace changes
svn-id: r23978
|
2006-09-23 01:16:32 +00:00 |
|
Travis Howell
|
1e4dc7f5b6
|
Remove duplicate and left over _WIN32_WCE checks
svn-id: r23977
|
2006-09-23 01:08:39 +00:00 |
|
Max Horn
|
4ee581adb5
|
Fixed some broken #include's (the PS2 and Symbian may need more fixed, though)
svn-id: r23666
|
2006-08-04 17:47:57 +00:00 |
|
Max Horn
|
2859b64702
|
Fix struct packing issues (macros are not resolve in #pragma params, at least for GCC)
svn-id: r23569
|
2006-07-22 17:28:48 +00:00 |
|
Max Horn
|
f59cf1fcdc
|
Removing GCC_PACK, we fully rely on START_PACK_STRUCTS / END_PACK_STRUCTS now (hiya eriktorbjorn, this one is for you *ggg*)
svn-id: r23547
|
2006-07-21 21:25:17 +00:00 |
|
Max Horn
|
f35f4a4d1c
|
Use START_PACK_STRUCTS / END_PACK_STRUCTS when available, instead of checking for GCC / not GCC
svn-id: r23458
|
2006-07-09 13:01:15 +00:00 |
|
Max Horn
|
7df2f26b34
|
Changed the default value of START_PACK_STRUCTS / END_PACK_STRUCTS; cleanup
svn-id: r23456
|
2006-07-09 12:45:50 +00:00 |
|
Max Horn
|
bea72e9514
|
Patch #1519399: DS Backend
svn-id: r23452
|
2006-07-09 11:47:17 +00:00 |
|
Kostas Nakos
|
f29a09a35f
|
fixes ps2 stuff I broke
svn-id: r23013
|
2006-06-10 17:36:57 +00:00 |
|
Kostas Nakos
|
92ad46734c
|
added CE port definitions section
svn-id: r23008
|
2006-06-10 11:26:47 +00:00 |
|
Robert Göffringmann
|
cd24b1d91c
|
fixed ps2 types.
svn-id: r22985
|
2006-06-08 08:18:55 +00:00 |
|
Andrew Kurushin
|
36957a2c50
|
fix VC & SDL 1.2.10 compilation error
svn-id: r22585
|
2006-05-23 16:49:46 +00:00 |
|
Chris Apers
|
a8e772fa54
|
Fixed line ending
svn-id: r21804
|
2006-04-11 18:16:53 +00:00 |
|
Chris Apers
|
89ed8e8891
|
Not needed
svn-id: r21803
|
2006-04-11 18:16:12 +00:00 |
|
Max Horn
|
4a8c9c323d
|
AmigaOS4 changes from tracker #1416370
svn-id: r21691
|
2006-04-08 12:39:27 +00:00 |
|
Won Star
|
7cd565f884
|
Fix compile with GP32 by overriding datatypes.
svn-id: r21664
|
2006-04-07 10:40:08 +00:00 |
|
Lars Persson
|
c409c60096
|
Added comments to Symbians data types.
svn-id: r21631
|
2006-04-05 14:10:13 +00:00 |
|
Lars Persson
|
25e19148bd
|
Updated datatypes for Symbian OS
svn-id: r21628
|
2006-04-05 07:09:47 +00:00 |
|
Max Horn
|
2a528657ad
|
Added SCUMMVM_DONT_DEFINE_TYPES so that (a) porters can still override our typedefs if they must, and (b) my image of evil-scummsys.h-changer is strengthened
svn-id: r21624
|
2006-04-05 00:54:10 +00:00 |
|