Oystein Eftevaag
41456707d6
iPhone: Implemented timers, and disabled mutexes (was causing deadlocks in SnM and COMI, for some reason
...
svn-id: r29506
2007-11-14 23:19:09 +00:00
Kostas Nakos
254369540c
small fixes
...
svn-id: r29501
2007-11-14 13:34:47 +00:00
Oystein Eftevaag
fdafe925e9
Added sound support for the iPhone
...
svn-id: r29499
2007-11-13 21:21:17 +00:00
Kostas Nakos
4993a2cb75
got rid of the /evil/ monkeykeyboard code :-) (see also rev. 29495)
...
svn-id: r29498
2007-11-13 19:49:01 +00:00
Kostas Nakos
d66e4901ed
don't trash the registry if proper startup has failed
...
svn-id: r29497
2007-11-13 19:46:21 +00:00
Oystein Eftevaag
05b5a493f8
Initial commit of the iPhone/iPod Touch backend
...
svn-id: r29488
2007-11-13 08:06:15 +00:00
Robin Watts
37aaee3593
WinCE Makefile: make deploy was copying plugins to the wrong directory.
...
svn-id: r29426
2007-11-05 21:07:36 +00:00
Robin Watts
975dbcd231
Dumb typo in earlier commit.
...
svn-id: r29415
2007-11-04 20:30:42 +00:00
Robin Watts
6f4e622e18
New 'deploy' targets for the WinCE makefile to automatically copy
...
built files across to a target device attached with ActiveSync. Hopefully
will avoid hours of comedy when trying to debug mismatching plugins/exes.
svn-id: r29414
2007-11-04 19:13:00 +00:00
Robin Watts
904dcb4a7b
Minor tweak to Wince makefile; 'all' target now depends on whether we are
...
building with plugins or not. These means that weak minded programmers (like
me) no longer need to remember to do "make dist-plugins" instead of
"make dist".
svn-id: r29412
2007-11-04 17:00:10 +00:00
Kostas Nakos
b3f331668f
update for the new igor engine
...
svn-id: r29388
2007-11-03 21:18:49 +00:00
Kostas Nakos
1fcbeda5fe
various assorted things required by the new compiler and codebase changes
...
svn-id: r29310
2007-10-28 19:14:12 +00:00
Kostas Nakos
0c532c28f6
(mainly) adding plugin support
...
svn-id: r29309
2007-10-28 19:02:03 +00:00
Kostas Nakos
065145ef2d
new stuff to support the FS api and fixes for the new compiler
...
svn-id: r29308
2007-10-28 18:51:05 +00:00
Kostas Nakos
0e026d2b99
cleanup after framebuffer api changes
...
svn-id: r29307
2007-10-28 18:48:07 +00:00
Kostas Nakos
887ce76a1e
fix formatting & typo
...
svn-id: r29306
2007-10-28 18:46:48 +00:00
Kostas Nakos
507b60f5b4
entry point for plugin builds
...
svn-id: r29305
2007-10-28 18:40:03 +00:00
Kostas Nakos
b93cf70d4f
Rollup commit to improve & bring the port up to speed. More specificallyi for this file:
...
- adding support for plugins
- fixing regressions and changes related to the framebuffer api
- improved and fixed dirty rects
- fixed Fingolfin's name in a comment :-P
svn-id: r29303
2007-10-28 18:36:04 +00:00
Kostas Nakos
bb8ad040a5
formatting fixes
...
svn-id: r29302
2007-10-28 18:09:34 +00:00
Kostas Nakos
5a77a2624f
drop unneeded define
...
svn-id: r29301
2007-10-28 18:04:32 +00:00
Joost Peters
281767f19e
fix compile after recent fs code rename
...
svn-id: r29229
2007-10-17 19:45:23 +00:00
Neil Millstone
4deb3f1b4f
Fixed a huge number of compile errors, moved over features from 0.10.0 branch.
...
svn-id: r29203
2007-10-13 15:40:11 +00:00
Marcus Comstedt
9e8167b10c
* Added removeSavefile()
...
* New style listSavefiles() using a glob
svn-id: r29153
2007-10-03 22:04:36 +00:00
Lars Persson
387f8345cd
Updated version number in installation files
...
svn-id: r29126
2007-09-28 21:30:05 +00:00
Lars Persson
d61d9c432a
sadfUpdated version number in installation files
...
svn-id: r29125
2007-09-28 21:29:06 +00:00
Lars Persson
7751ad5f4b
Updated README for some small build details
...
svn-id: r29124
2007-09-28 21:03:45 +00:00
Lars Persson
b011f533f4
Added support for Drascula and new system files
...
svn-id: r29123
2007-09-28 20:57:04 +00:00
Lars Persson
a5e8e7ff8b
Updated with Drascula and new ARM asm opts.
...
svn-id: r29122
2007-09-28 20:55:43 +00:00
Lars Persson
2ca3d105f3
Updated actions (compared with PocketPC)
...
svn-id: r29121
2007-09-28 20:54:58 +00:00
Lars Persson
7b3fe1d12f
Updated include order and H file naming
...
svn-id: r29120
2007-09-28 20:54:11 +00:00
Lars Persson
c6905d56a9
Don't include windows.h for Symbian emulator builds
...
svn-id: r29119
2007-09-28 20:41:22 +00:00
Lars Persson
885b16f2f0
Key and certificate that is valid for the next 30 years.
...
svn-id: r29110
2007-09-27 17:27:53 +00:00
Robin Watts
ca0d93a1d2
Compile fixes for WinCE build
...
* wince-sdl.h: sdl-common.h is now sdl.h. Also, copied in definition of
DF_UPDATE_EXPAND_1_PIXEL as this was no longer offered by sdl.h
* CELauncherDialog.cpp: Updated to use modified FilingSystemNode.
svn-id: r29104
2007-09-26 19:12:17 +00:00
Marcus Comstedt
01ae76adea
KEYCODE_ENTER should be KEYCODE_RETURN, actually...
...
svn-id: r28972
2007-09-19 19:43:03 +00:00
Marcus Comstedt
2ef85c9bf6
displayName() -> getDisplayName()
...
path() -> getPath()
listDir() -> getChildren()
svn-id: r28971
2007-09-19 19:42:10 +00:00
Marcus Comstedt
14efdd1873
Fixed fallout from keycode being made an enum.
...
svn-id: r28970
2007-09-19 19:28:05 +00:00
Marcus Comstedt
7668ac231f
Include <graphics/surface.h> for Graphics::Surface.
...
svn-id: r28969
2007-09-19 19:26:12 +00:00
Eugene Sandulenko
77eea722af
Modified patch #1738058 : "Action recorder".
...
svn-id: r28968
2007-09-19 13:55:05 +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
Joost Peters
59f36957e8
rename psp_fs.cpp to psp-fs.cpp (as per the naming convention)
...
svn-id: r28963
2007-09-19 08:16:37 +00:00
Max Horn
3abc11611e
Code formatting fixes
...
svn-id: r28945
2007-09-18 20:16:33 +00:00
Max Horn
4cc9d17c34
Adding various FIXME comments to bogus (non-self-explanatory) existing FIXME comments; and some other related cleanup
...
svn-id: r28890
2007-09-11 09:20:39 +00:00
Chris Apers
bcabdc6caa
Updated project files: added Drascula, ASM object files, ...
...
svn-id: r28807
2007-09-01 19:41:53 +00:00
Chris Apers
19078098eb
CW doesn't support ASM source file, this bat is required to execute an external compiler and add object code to CW project
...
svn-id: r28806
2007-09-01 19:40:35 +00:00
Chris Apers
9b1cf99cbe
Cleanup: more 68K related files
...
svn-id: r28805
2007-09-01 19:24:23 +00:00
Chris Apers
f2aea09cbb
Cleanup: remove obsolete files related to old 68k version not supported anymore
...
svn-id: r28804
2007-09-01 19:21:29 +00:00
Chris Apers
88b74c5c91
Cleanup:remove obsolete files related to old 68k version not supported anymore
...
svn-id: r28802
2007-09-01 19:08:16 +00:00
Chris Apers
9644a764b8
Prepare Drascula support
...
svn-id: r28799
2007-09-01 17:54:41 +00:00
Chris Apers
31acae5077
Added ARM optimzed code
...
svn-id: r28798
2007-09-01 17:50:13 +00:00
Chris Apers
25db410ca5
Prepare Drascula support
...
svn-id: r28797
2007-09-01 17:49:16 +00:00