strangerke
|
69b1485a22
|
GIT: Clean up: Suppress SVN tags, now useless
|
2011-05-12 01:16:22 +02:00 |
|
Ori Avtalion
|
9414d7a6e2
|
JANITORIAL: Reduce header dependencies in shared code
Some backends may break as I only compiled SDL
|
2011-04-28 15:08:58 +03:00 |
|
Eugene Sandulenko
|
15b881386a
|
CRUISE: Eliminate global constructors
svn-id: r51936
|
2010-08-09 10:30:40 +00:00 |
|
Max Horn
|
51933629d1
|
Changed foo(void) to foo() in almost all non-backend source files
svn-id: r45616
|
2009-11-02 21:54:57 +00:00 |
|
Paul Gilbert
|
8694b48ae3
|
Set up a basic tracing system for all memory allocations to help track down memory leaks
svn-id: r44808
|
2009-10-09 08:15:30 +00:00 |
|
Paul Gilbert
|
fb631a7f38
|
Bugfix for player being able to walk through some objects against room walls
svn-id: r42471
|
2009-07-14 10:26:56 +00:00 |
|
Joost Peters
|
ce1c5e2c0b
|
change pathfinding variables from char to int8 to ensure signedness
svn-id: r41109
|
2009-06-01 20:53:19 +00:00 |
|
Paul Gilbert
|
2ae183a483
|
Fix for pathfinding bug that could occasionally stop the player from moving
svn-id: r40960
|
2009-05-28 12:16:23 +00:00 |
|
Paul Gilbert
|
f0e69a7d0b
|
Replaced the original implementation of walk box handling with a cleaner, structure array based one
svn-id: r40954
|
2009-05-28 08:49:56 +00:00 |
|
Johannes Schickel
|
b3c6751b9b
|
Strip trailing whitespaces in the whole code base.
svn-id: r40867
|
2009-05-24 15:17:42 +00:00 |
|
Paul Gilbert
|
bb45be960d
|
Converted various printf statements to use debug, warning, and error.
svn-id: r40588
|
2009-05-15 04:35:47 +00:00 |
|
Paul Gilbert
|
5f1c08505f
|
Implemented many of the remaining library functions
svn-id: r39857
|
2009-04-05 07:52:21 +00:00 |
|
Torbjörn Andersson
|
ea4f25fd30
|
Renamed parameter to silence warning.
svn-id: r39094
|
2009-03-03 19:49:50 +00:00 |
|
Paul Gilbert
|
f3a9274a45
|
Changed the int16[5] array used in pathfinding to a structure with explicitly named fields
svn-id: r39087
|
2009-03-03 10:10:35 +00:00 |
|
Paul Gilbert
|
236b42bcff
|
Formatting fixes
svn-id: r39086
|
2009-03-03 09:00:49 +00:00 |
|
Paul Gilbert
|
2d9705311e
|
Bugfix for frequent freezes when doing actions - the main movement state switch statement was actually relying on falling through case statements to work properly
svn-id: r39066
|
2009-03-02 09:14:36 +00:00 |
|
Paul Gilbert
|
da6315bb4c
|
Formatting fixes, and added extra constants and function name corrections
svn-id: r39063
|
2009-03-02 08:32:38 +00:00 |
|
Paul Gilbert
|
fc6221e781
|
Moved a set of static arrays into the staticres.cpp file
svn-id: r38539
|
2009-02-19 09:55:40 +00:00 |
|
Max Horn
|
4c5efaecf4
|
Code formatting fixes, automatically performed by astyle
svn-id: r35870
|
2009-01-16 02:43:41 +00:00 |
|
Jordi Vilalta Prat
|
66e9d4f5e8
|
Removed trailing spaces.
svn-id: r30664
|
2008-01-27 19:47:41 +00:00 |
|
Vincent Hamm
|
c87ad51470
|
Nearly working pathfinder
svn-id: r30015
|
2007-12-27 17:37:38 +00:00 |
|
Vincent Hamm
|
f953ed4dde
|
Early pathfinding
svn-id: r30012
|
2007-12-27 12:05:43 +00:00 |
|
Vincent Hamm
|
564fc06cf7
|
Multiple fix/cleanup
One bug remains before the game is completable without hack
svn-id: r29920
|
2007-12-20 14:30:51 +00:00 |
|
Sven Hesse
|
906a423fa7
|
Some code formating fixes
svn-id: r29409
|
2007-11-04 13:01:41 +00:00 |
|
Vincent Hamm
|
234024f19e
|
Add more object menu controls
svn-id: r29312
|
2007-10-29 20:56:19 +00:00 |
|
Vincent Hamm
|
fc961908c5
|
Find object fix
Walk fix
svn-id: r29291
|
2007-10-28 14:41:37 +00:00 |
|
Vincent Hamm
|
cc9b0844b9
|
Hooked inputs
Cleanup & fix in input management code
svn-id: r29267
|
2007-10-27 18:15:38 +00:00 |
|
Max Horn
|
4a302b25ad
|
Lots of source code formatting corrections
svn-id: r28887
|
2007-09-10 13:17:20 +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 |
|
Vincent Hamm
|
67ba6b1e40
|
Figured out the bug that was causing the animations to glitch
svn-id: r26856
|
2007-05-16 22:44:22 +00:00 |
|
Max Horn
|
441fddf01c
|
Removed lot of unnecessary typedefs; added a NUM_PERSONS constant; renamed _X/_Y vars to avoid conflicts with system headers on various systems (see bug #1716109)
svn-id: r26798
|
2007-05-10 07:48:13 +00:00 |
|
Vincent Hamm
|
fe8d2a8e7f
|
More cleanup
Few bug fix
svn-id: r26666
|
2007-04-28 22:31:55 +00:00 |
|
Torbjörn Andersson
|
6ba72121ad
|
Changed abs() to ABS()
svn-id: r26639
|
2007-04-28 04:29:05 +00:00 |
|
Eugene Sandulenko
|
ffce26ebfe
|
Fix code formatting (partially) and guard defines in includes.
svn-id: r26631
|
2007-04-27 22:33:45 +00:00 |
|
Vincent Hamm
|
0d07a51acf
|
Cleanup
svn-id: r26624
|
2007-04-27 20:31:43 +00:00 |
|
Max Horn
|
b4e196e4fd
|
Fixing lots of warnings
svn-id: r26617
|
2007-04-27 19:54:14 +00:00 |
|
Filippos Karapetis
|
bfe346afd2
|
Fixed loads of warnings with MSVC and gcc
svn-id: r26615
|
2007-04-27 18:54:33 +00:00 |
|
Filippos Karapetis
|
a1217a9b6a
|
Fixed some warnings and unused variables
svn-id: r26611
|
2007-04-27 15:53:25 +00:00 |
|
Sven Hesse
|
1ef6a1a7a1
|
Fixing compilation for me
svn-id: r26610
|
2007-04-27 15:35:28 +00:00 |
|
Vincent Hamm
|
c01aa37caa
|
Add cruise source code for scummvm
svn-id: r26605
|
2007-04-27 12:58:35 +00:00 |
|