Jordi Vilalta Prat
|
8388e0dfea
|
JANITORAL: Clean trailing whitespaces.
svn-id: r53160
|
2010-10-12 02:18:11 +00:00 |
|
Max Horn
|
429de8f6ef
|
DS: More formating, made more vars static
svn-id: r50708
|
2010-07-05 20:36:11 +00:00 |
|
Max Horn
|
5d25d3821a
|
DS: Only include NDS/scummvm_ipc.h where necessary; minor tweaks
svn-id: r50702
|
2010-07-05 19:10:56 +00:00 |
|
Max Horn
|
3d44870c8a
|
NDS: Update GPL/copyright headers; add namespace DS closing comments
svn-id: r50689
|
2010-07-05 16:11:11 +00:00 |
|
Max Horn
|
e4ec2e6403
|
DS: Code formatting: "char* foo" -> "char *foo"
svn-id: r50688
|
2010-07-05 16:10:22 +00:00 |
|
Max Horn
|
d5c78f78c5
|
DS: Fix warnings, cleanup
svn-id: r50687
|
2010-07-05 16:09:27 +00:00 |
|
Max Horn
|
e3590a60a0
|
NDS: Fix compile errors and a warning
svn-id: r50555
|
2010-07-01 16:06:26 +00:00 |
|
Neil Millstone
|
4a8ab4b075
|
DS: Merging accross changes from branch1-0-0 into trunk.
svn-id: r48136
|
2010-02-26 17:29:18 +00:00 |
|
Max Horn
|
023fcd05a3
|
cleanup
svn-id: r35976
|
2009-01-21 04:03:22 +00:00 |
|
Eugene Sandulenko
|
696897b058
|
Whoa! Removing trailing spaces.
svn-id: r35648
|
2009-01-01 15:06:43 +00:00 |
|
Robin Watts
|
766a685125
|
Nintedo DS specific code: Remove function call (strlen) from loop condition.
(Spotted by Fingolfin - Thanks)
svn-id: r35163
|
2008-11-24 00:36:07 +00:00 |
|
Robin Watts
|
f897def64d
|
Eliminate some warnings from NDS specific code.
svn-id: r35157
|
2008-11-23 11:49:58 +00:00 |
|
Robin Watts
|
ed5beecd33
|
DS port: My version of devkitpro complains that various symbols are defined in
a different namespace. The fix is to refer to these symbols using ::.
svn-id: r34850
|
2008-10-26 10:46:55 +00:00 |
|
Max Horn
|
05d78c26b4
|
DS: Backported 0.12 changes to trunk
svn-id: r34568
|
2008-09-15 22:43:20 +00:00 |
|
Neil Millstone
|
2c5e8cc938
|
Porting changes from 0.11.0 branch
svn-id: r32140
|
2008-05-15 22:12:51 +00:00 |
|
Jordi Vilalta Prat
|
d6c34bdc4b
|
Fixed the spaces before tabs.
svn-id: r30667
|
2008-01-28 00:14:17 +00:00 |
|
Jordi Vilalta Prat
|
66e9d4f5e8
|
Removed trailing spaces.
svn-id: r30664
|
2008-01-27 19:47:41 +00:00 |
|
Neil Millstone
|
764dc65101
|
Scaler corruption fixes, scaler console fixes, adding Lure target (except it doesn't quite work yet), adding function keys to virtual keyboard
svn-id: r29944
|
2007-12-21 18:36:40 +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 |
|
Neil Millstone
|
4ccec7c25a
|
Making DS port build again
svn-id: r28654
|
2007-08-18 11:10:41 +00:00 |
|
Neil Millstone
|
75a05652e5
|
- Show mouse cursor option
- Support for SAGA, CINE, and AGI
- Key bindings for Gob3
- Assembler optimisations submitted by Robin Watts
svn-id: r27803
|
2007-06-30 23:03:03 +00:00 |
|
Max Horn
|
2fa0a5c457
|
Cleaning up after myself (I blame it on, err, uhh... the Vogons?)
svn-id: r27625
|
2007-06-22 21:16:07 +00:00 |
|
Max Horn
|
85bf0f6d6b
|
Added Common::KEYCODE_INALID
svn-id: r27622
|
2007-06-22 20:51:13 +00:00 |
|
Max Horn
|
2b23374468
|
Converted lots of code to use Common::ASCII_* and COMMON::KEYCODE_* constants. This also revealed the evil mixing of keycodes and ascii we do in many places :-/
svn-id: r27616
|
2007-06-22 20:04:44 +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 |
|
Neil Millstone
|
c6d41c0755
|
Updating DS port for changes in main codebase. Code changes for DevkitArm r20 and latest libnds.
svn-id: r26394
|
2007-04-06 18:34:53 +00:00 |
|
Max Horn
|
ed54ea9155
|
Moved Event/EventType/keyboard enum from common/system.h (part of class OSystem) to common/events.h (part of namespace Common). Porters may have to make minor changes to their backends to get them to compile again
svn-id: r26180
|
2007-03-17 19:02:05 +00:00 |
|
Eugene Sandulenko
|
e027e7591f
|
o Proper ScummVM copyrights
o Apparently because some patch was applied twice, many header files had
their contents doubled. Fixing this as well.
svn-id: r23548
|
2006-07-21 21:46:19 +00:00 |
|
James Brown
|
1ffa13180f
|
More DS port fixes
svn-id: r23460
|
2006-07-09 14:46:04 +00:00 |
|
Max Horn
|
bea72e9514
|
Patch #1519399: DS Backend
svn-id: r23452
|
2006-07-09 11:47:17 +00:00 |
|