Eugene Sandulenko
c640d1c604
Patch #1825276 : "DETECTION: advanced detector engine simplification"
...
svn-id: r29386
2007-11-03 21:06:58 +00:00
Sven Hesse
c069051492
Unleashing the polygon virus! (I.e. fixing a compiler warning and a, what I think is a, logical error. Also changing swaps to use the template SWAP.)
...
svn-id: r29385
2007-11-03 13:46:45 +00:00
Vincent Hamm
3e3cfca83e
Early polygon rewrite
...
svn-id: r29383
2007-11-03 12:30:02 +00:00
Vincent Hamm
4521634286
Small cleanups
...
svn-id: r29352
2007-11-01 11:22:11 +00:00
Vincent Hamm
caa451f5d2
Implement more object input
...
svn-id: r29317
2007-10-29 22:03:55 +00:00
Sven Hesse
6e4cf615a3
Commenting out the unused variables x and y to mute GCC :P
...
svn-id: r29314
2007-10-29 21:06:58 +00:00
Vincent Hamm
2e1ffb91f5
Add missing vars
...
svn-id: r29313
2007-10-29 21:04:41 +00:00
Vincent Hamm
234024f19e
Add more object menu controls
...
svn-id: r29312
2007-10-29 20:56:19 +00:00
Vincent Hamm
0d2d2339fb
Early implementation of object menu
...
svn-id: r29296
2007-10-28 17:40:04 +00:00
Vincent Hamm
fc961908c5
Find object fix
...
Walk fix
svn-id: r29291
2007-10-28 14:41:37 +00:00
Max Horn
30b11df046
Fix warning & code formatting
...
svn-id: r29290
2007-10-28 13:57:43 +00:00
Vincent Hamm
4556690cc0
Implement cursor by object
...
Fix walk cursor
svn-id: r29288
2007-10-28 13:37:06 +00:00
Vincent Hamm
7860b90051
Implement cursors
...
svn-id: r29286
2007-10-28 13:21:01 +00:00
Sven Hesse
e76bf9c293
Muting GCC warnings
...
svn-id: r29268
2007-10-27 18:23:13 +00:00
Vincent Hamm
cc9b0844b9
Hooked inputs
...
Cleanup & fix in input management code
svn-id: r29267
2007-10-27 18:15:38 +00:00
Vincent Hamm
102764da6e
Add fast forward mode
...
svn-id: r29265
2007-10-27 16:10:50 +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
Max Horn
3abc11611e
Code formatting fixes
...
svn-id: r28945
2007-09-18 20:16:33 +00:00
Max Horn
4a302b25ad
Lots of source code formatting corrections
...
svn-id: r28887
2007-09-10 13:17:20 +00:00
Max Horn
e2ad271bd8
Removing non-ASCII chars from source code
...
svn-id: r27818
2007-07-01 12:47:07 +00:00
Eugene Sandulenko
6e5b70f5e9
Patch #1733764 : "Fallback detection patch". GSoC student.
...
svn-id: r27375
2007-06-12 12:22:25 +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
Max Horn
0de170c980
Removing useless common/fs.h includes
...
svn-id: r27018
2007-05-30 17:44:52 +00:00
Max Horn
5aeb9d8b3e
Several const correctness fixes
...
svn-id: r27011
2007-05-30 14:38:17 +00:00
Gregory Montoir
659e7ed76e
sync resource unpacking code of cruise with cine
...
svn-id: r26933
2007-05-24 21:19:52 +00:00
Torbjörn Andersson
edaadd692f
Replaced the old, broken fillpoly() function with a new, and hopefully slightly
...
less broken, one. It probably isn't pixel-perfect compared to the original one,
so I expect it will probably be replaced once again in the future.
svn-id: r26860
2007-05-17 17:59:27 +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
Torbjörn Andersson
a152065609
I believe these #includes are unnecessary.
...
svn-id: r26811
2007-05-12 18:22:20 +00:00
Max Horn
a7ced58d9a
Don't cast pointers to int, this (potentially) breaks 64 bit systems
...
svn-id: r26806
2007-05-12 13:39:53 +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
Chris Apers
c72f840c77
Fixed PalmOS ARM global object allocation
...
svn-id: r26697
2007-05-01 09:53:27 +00:00
Torbjörn Andersson
3ca3f07cdd
Only update the backend's palette when necessary, since doing this triggers a
...
full redraw. (We still do that by updating the entire screen every frame, but
that could possibly change in the future.)
As an added bonus, I can now see all the glitches of the English version's
intro in full ScummTechniVMColor. :-)
svn-id: r26672
2007-04-29 01:07:19 +00:00
Vincent Hamm
f5c73e1603
Implement missing opcode and fix staff intro
...
svn-id: r26669
2007-04-28 23:21:13 +00:00
Vincent Hamm
fe8d2a8e7f
More cleanup
...
Few bug fix
svn-id: r26666
2007-04-28 22:31:55 +00:00
Max Horn
246e83753a
Some minor cleanup (but we need to get rid of fopen/fread use here)
...
svn-id: r26647
2007-04-28 09:03:11 +00:00
Paweł Kołodziejski
806aadbd75
fixed warning
...
svn-id: r26643
2007-04-28 07:21:28 +00:00
Eugene Sandulenko
39238a9472
Ahem. Fixing code formatting.
...
svn-id: r26640
2007-04-28 06:57:32 +00:00
Torbjörn Andersson
6ba72121ad
Changed abs() to ABS()
...
svn-id: r26639
2007-04-28 04:29:05 +00:00
Torbjörn Andersson
32dbf6ae52
Fixed warning.
...
svn-id: r26638
2007-04-28 04:22:23 +00:00
Vincent Hamm
b563363911
Fix extended characters in font
...
Implement palette manipulation
svn-id: r26637
2007-04-28 00:26:57 +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
Max Horn
101fbdd64f
Fixing more warnings
...
svn-id: r26630
2007-04-27 22:12:46 +00:00
Sven Hesse
da93916adc
Fix compilation
...
svn-id: r26628
2007-04-27 21:07:37 +00:00
Torbjörn Andersson
1a3aa86783
Fixed compilation (and a warning).
...
svn-id: r26627
2007-04-27 20:35:29 +00:00
Vincent Hamm
0d07a51acf
Cleanup
...
svn-id: r26624
2007-04-27 20:31:43 +00:00
Max Horn
bead956c8d
Fixing more warnings
...
svn-id: r26618
2007-04-27 19:59:40 +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
b5bc32cf56
Wrong paste
...
svn-id: r26614
2007-04-27 16:28:22 +00:00
Filippos Karapetis
63fcc7feea
Removed some more warnings, fixed a regression made
...
svn-id: r26613
2007-04-27 16:23:12 +00:00
Filippos Karapetis
def6179a64
Fixing some more warnings
...
svn-id: r26612
2007-04-27 16:03:45 +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
Filippos Karapetis
8c829072a9
Adding cruise/module.mk
...
svn-id: r26609
2007-04-27 15:21:01 +00:00
Filippos Karapetis
bebf5e5852
Added the English version of Cruise for a Corpse to the detector, fixed typo
...
svn-id: r26606
2007-04-27 14:43:09 +00:00
Vincent Hamm
c01aa37caa
Add cruise source code for scummvm
...
svn-id: r26605
2007-04-27 12:58:35 +00:00