Commit Graph

815 Commits

Author SHA1 Message Date
Arnaud Boutonné
ca10b516a3 Include recently added script.h and script.cpp
svn-id: r41766
2009-06-22 12:03:58 +00:00
Jody Northup
f7dd1c15ed renamed ENABLE_16BIT define to more accurate ENABLE_RGB_COLOR
svn-id: r41696
2009-06-20 05:23:09 +00:00
Andre Heider
b07a35e5af Moved the wiidist target to ports.mk, cleaned it up and automated meta.xml generation.
svn-id: r41619
2009-06-17 23:36:00 +00:00
Jody Northup
a9755e2547 Added ENABLE_16BIT to preprocessor defines in gob's msvc8 vcproj. Fixed preprocessor define list formating in msvc8 scumm.vcproj and scummvm.vcproj (mainly so that my tortoiseSVN will no longer mark them as modified)
svn-id: r41607
2009-06-17 10:11:47 +00:00
Filippos Karapetis
c672e21fc3 Added the missing pixelformat.h file
svn-id: r41537
2009-06-15 08:24:01 +00:00
Filippos Karapetis
abd23cf3ca Removed duplicate entry of disk.cpp
svn-id: r41490
2009-06-13 10:23:23 +00:00
Filippos Karapetis
aea120f991 Properly updated the MSVC project files of the parallaction engine, fixing compilation. Side note: please, don't include files outside the engine's directory (like files in /common) for engine project files - it's wrong, as the same code will be compiled twice
svn-id: r41489
2009-06-13 10:20:12 +00:00
Oystein Eftevaag
e434396b25 Updated xcode project
svn-id: r41488
2009-06-13 09:40:42 +00:00
Arnaud Boutonné
0648710285 Oups. disk.cpp was also missing in MSVC files
svn-id: r41487
2009-06-13 07:54:25 +00:00
Arnaud Boutonné
355d3e2378 Fix MSVC compilation : iff.h and iff.cpp were move from engines\parallaction\ to graphics\
svn-id: r41484
2009-06-12 22:35:08 +00:00
Arnaud Boutonné
5db387a496 Suppress inclusion of a not yet committed file
svn-id: r41323
2009-06-07 08:46:15 +00:00
Arnaud Boutonné
c37ff65613 Suppress use of parse_v1 and parse_v2 as DrMcCoy got rid of them.
svn-id: r41322
2009-06-07 08:33:46 +00:00
Filippos Karapetis
fe967127e2 Updated the MSVC project files of the SCUMM engine for commit #41282
svn-id: r41290
2009-06-06 18:38:41 +00:00
Travis Howell
8ff3a568fa Merged revisions 41154-41156,41160,41163-41181,41185-41186,41188-41189,41196-41202 via svnmerge from
https://scummvm.svn.sourceforge.net/svnroot/scummvm/scummvm/trunk

........
  r41154 | thebluegr | 2009-06-04 18:25:48 +1000 (Thu, 04 Jun 2009) | 1 line
  
  Turned debug_weak_validations on by default again, as apparently some games like SQ3 fail in some validations (e.g. when loading). Also, fixed a potential out of bounds access when copying the value of __FILE__ into a buffer (as its value can be quite long in some cases).
........
  r41155 | thebluegr | 2009-06-04 18:28:20 +1000 (Thu, 04 Jun 2009) | 1 line
  
  Reordered the numpad keys so that they make more sense, and simplified the code which returns the values of shifted function keys
........
  r41156 | djwillis | 2009-06-04 18:30:31 +1000 (Thu, 04 Jun 2009) | 1 line
  
  Initial import of the GP2XWiz backend (based on the GP2X and SDL backends). Includes configure changes and one #ifdef to SDL backend. Also updates NEWS.
........
  r41160 | strangerke | 2009-06-04 19:48:56 +1000 (Thu, 04 Jun 2009) | 1 line
  
  gob : _spriteBottom incorrectly saved and restored in Draw_v2::spriteOperation
........
  r41163 | fingolfin | 2009-06-04 21:28:05 +1000 (Thu, 04 Jun 2009) | 1 line
  
  SCI: Renamed various debug related global variables to have a g_ prefix; and moved any 'extern' decls of them into a new header file
........
  r41164 | waltervn | 2009-06-04 21:35:17 +1000 (Thu, 04 Jun 2009) | 2 lines
  
  SCI: Support for 16-bit DPCM.
........
  r41165 | fingolfin | 2009-06-04 21:44:55 +1000 (Thu, 04 Jun 2009) | 1 line
  
  SCI: cleanup
........
  r41166 | fingolfin | 2009-06-04 21:45:17 +1000 (Thu, 04 Jun 2009) | 1 line
  
  SCI: Moved MemObject code into a separate source file
........
  r41167 | fingolfin | 2009-06-04 21:45:34 +1000 (Thu, 04 Jun 2009) | 1 line
  
  Code formatting in the gp2xwiz backend
........
  r41168 | thebluegr | 2009-06-04 22:47:11 +1000 (Thu, 04 Jun 2009) | 1 line
  
  Updated the MSVC project files of the SCI engine
........
  r41169 | waltervn | 2009-06-05 00:29:20 +1000 (Fri, 05 Jun 2009) | 2 lines
  
  SCI: Message: Added support for escape sequences.
........
  r41170 | waltervn | 2009-06-05 01:56:11 +1000 (Fri, 05 Jun 2009) | 2 lines
  
  SCI: Added support for early SCI1.1 audio maps.
........
  r41171 | waltervn | 2009-06-05 02:18:35 +1000 (Fri, 05 Jun 2009) | 2 lines
  
  SCI: Audio: Fixed bug in reading of SOL header.
........
  r41172 | fingolfin | 2009-06-05 06:50:51 +1000 (Fri, 05 Jun 2009) | 1 line
  
  SCI: Added FIXME comment to not_register()
........
  r41173 | fingolfin | 2009-06-05 06:51:09 +1000 (Fri, 05 Jun 2009) | 1 line
  
  SCI: cleanup
........
  r41174 | fingolfin | 2009-06-05 06:51:24 +1000 (Fri, 05 Jun 2009) | 1 line
  
  SCI: Slightly modified kAddAfter so that it does not modify its arguments needlessly
........
  r41175 | fingolfin | 2009-06-05 06:51:40 +1000 (Fri, 05 Jun 2009) | 1 line
  
  SCI: Added MemObject::isValidOffset method; use it to simplify determine_reg_type
........
  r41176 | fingolfin | 2009-06-05 07:42:24 +1000 (Fri, 05 Jun 2009) | 1 line
  
  SCI: Renamed _kfuncTable -> _kernelFuncs; and simplified/streamlined the kernel func map in kernel.cpp a bit
........
  r41177 | fingolfin | 2009-06-05 07:44:39 +1000 (Fri, 05 Jun 2009) | 1 line
  
  SCI: Renamed EngineState::flags and version to _flags and _version (following our conventions); also slightly changed the EngineState constructor to init _version & _flags, and used this to make them constant
........
  r41178 | fingolfin | 2009-06-05 07:53:45 +1000 (Fri, 05 Jun 2009) | 1 line
  
  oops
........
  r41179 | athrxx | 2009-06-05 08:12:13 +1000 (Fri, 05 Jun 2009) | 1 line
  
  LOL: implemented Vaelan's cube
........
  r41180 | fingolfin | 2009-06-05 08:16:31 +1000 (Fri, 05 Jun 2009) | 1 line
  
  SCI: Made some members of class Resource protected; some cleanup
........
  r41181 | waltervn | 2009-06-05 09:55:08 +1000 (Fri, 05 Jun 2009) | 3 lines
  
  SCI: Fixed some endian bugs related to speech handling. READ_UINT* are not LE,
  but use native endianness. Thanks to clone2727 for pointing this out.
........
  r41185 | Kirben | 2009-06-05 10:57:58 +1000 (Fri, 05 Jun 2009) | 1 line
  
  Update sound code in HE80+ games, for sound rate differences.
........
  r41186 | waltervn | 2009-06-05 11:12:52 +1000 (Fri, 05 Jun 2009) | 2 lines
  
  SCI: Audio: Fixed bug in sample length computation.
........
  r41188 | Kirben | 2009-06-05 12:35:38 +1000 (Fri, 05 Jun 2009) | 1 line
  
  Fix issues selecting some items in arttime and football.
........
  r41189 | Kirben | 2009-06-05 14:16:32 +1000 (Fri, 05 Jun 2009) | 1 line
  
  Minor cleanup.
........
  r41196 | dreammaster | 2009-06-05 22:20:42 +1000 (Fri, 05 Jun 2009) | 1 line
  
  Tweaks to the code that pauses for a mouse press when displaying many text messages
........
  r41197 | thebluegr | 2009-06-06 04:05:45 +1000 (Sat, 06 Jun 2009) | 1 line
  
  Removed some unused code and performed some cleanup
........
  r41198 | thebluegr | 2009-06-06 05:04:14 +1000 (Sat, 06 Jun 2009) | 1 line
  
  Moved some more debug commands to ScummVM's coneole and removed some unused code
........
  r41199 | athrxx | 2009-06-06 07:34:18 +1000 (Sat, 06 Jun 2009) | 1 line
  
  LOL: implemented another opcode
........
  r41200 | mthreepwood | 2009-06-06 08:35:13 +1000 (Sat, 06 Jun 2009) | 1 line
  
  Make the PlayStation's abbreviation to all lower-case for consistency and change the description from Playstation to Sony PlayStation
........
  r41201 | athrxx | 2009-06-06 08:53:36 +1000 (Sat, 06 Jun 2009) | 1 line
  
  LOL: minor bug fix
........
  r41202 | thebluegr | 2009-06-06 09:08:35 +1000 (Sat, 06 Jun 2009) | 1 line
  
  Cleanup
........

svn-id: r41206
2009-06-06 00:10:40 +00:00
Jody Northup
9789ba7f28 Corrected backend to be able to accept a 16-bit mouseKeyColor without overflow
svn-id: r41194
2009-06-05 08:09:37 +00:00
Filippos Karapetis
c3206f3671 Updated the MSVC project files of the SCI engine
svn-id: r41168
2009-06-04 12:47:11 +00:00
Jody Northup
8447a3650e Applying the temporary 16-bit SDL hack.
svn-id: r41152
2009-06-03 23:36:23 +00:00
Arnaud Boutonné
3b311c65d0 gob - Apply DrMcCoy modifications to the save system in the vcproj files. (still not compiling, though)
svn-id: r41060
2009-05-31 09:11:45 +00:00
Filippos Karapetis
8e2af8ff7c Updated the MSVC project files of the SCI engine
svn-id: r41034
2009-05-30 15:42:29 +00:00
Filippos Karapetis
56c0a41b71 SCI: Moved the rest of the console code out of sciconsole.cpp and into console.cpp. "list" and "hexgrep" have been added to the console commands. parse_reg_t() has been moved to kmovement.cpp (as it's the only code using it). Note that the debug commands in scriptdebug.cpp have not been converted yet, so they don't work at the moment
svn-id: r41024
2009-05-30 10:22:53 +00:00
Filippos Karapetis
f728ddefd0 Updated the MSVC project files of the SCI engine with the latest changes, and synced the MSVC7 project file of the kyra engine
svn-id: r40998
2009-05-29 14:18:46 +00:00
Filippos Karapetis
d25ddb5fa9 Updated the MSVC project files of the SCI engine
svn-id: r40970
2009-05-28 22:28:23 +00:00
Paul Gilbert
6ca62c0581 Added new files to the MSVC Kyra project
svn-id: r40953
2009-05-28 08:36:27 +00:00
Filippos Karapetis
ae480e2903 Updated the MSVC project files of the SCI engine
svn-id: r40918
2009-05-26 15:01:52 +00:00
Filippos Karapetis
409c5e0a7e Updated the MSVC project files of the kyra engine (added sound_lol.cpp)
svn-id: r40881
2009-05-25 10:32:36 +00:00
Florian Kagerer
cbce9e1179 LOL: implemented fireball spell
svn-id: r40813
2009-05-23 18:43:04 +00:00
Filippos Karapetis
24242bfb4c Updated the MSVC files of the SCI engine (added the KQ6 SEQ decoder)
svn-id: r40777
2009-05-21 23:27:12 +00:00
Florian Kagerer
5076b06bb6 LOL: - implemented Lightning Spell
svn-id: r40776
2009-05-21 22:29:49 +00:00
Filippos Karapetis
dfffea1bf4 Updated the MSVC project files of the gob engine (added helper.h)
svn-id: r40769
2009-05-21 17:28:43 +00:00
Filippos Karapetis
b7f8990ba8 Renamed the DXA, SMK and FLIC video decoders to reflect the fact that they're decoders, not players
svn-id: r40759
2009-05-21 13:02:56 +00:00
Filippos Karapetis
6bc543d499 Updated the MSVC project files with the latest changes to file structure
svn-id: r40756
2009-05-21 10:52:13 +00:00
Filippos Karapetis
3f778de173 Updated the MSVC project files of the AGOS and KYRA engines
svn-id: r40639
2009-05-17 08:51:34 +00:00
Filippos Karapetis
4b52d7ae2a Updated the MSVC project files of the SCI engine
svn-id: r40610
2009-05-15 14:13:06 +00:00
Filippos Karapetis
abe09307ea Updated the MSVC project files of the SCI engine
svn-id: r40562
2009-05-14 13:56:05 +00:00
Filippos Karapetis
ab3bd3c3c0 Updated the MSVC project files of the SCI engine
svn-id: r40543
2009-05-13 21:25:37 +00:00
Filippos Karapetis
636776cf44 Updated the MSVC project files of the SCI engine
svn-id: r40525
2009-05-13 17:00:28 +00:00
Max Horn
0255cd0213 SCI: Removed sci_memory.h/.cpp
svn-id: r40514
2009-05-12 23:30:10 +00:00
Paul Gilbert
2cb051a394 Added the new hardwarekeys.cpp file
svn-id: r40448
2009-05-11 09:30:39 +00:00
Florian Kagerer
dd84aaf648 LOL: - added some spell casting (spark, heal, swarm)
- fixed several bugs (not the one in the fighting system though)
- added several opcodes. there shouldn't be any real show stoppers in the draracle cave now.
- simplified wsa code (which required 4 lines of code for displaying a frame)
- added support for wsa animations that don't have a last frame (apparently kyra 2 and 3 don't have this type of wsa file)

svn-id: r40420
2009-05-10 13:40:28 +00:00
Oystein Eftevaag
11ba91b4de Updated xcode project and did some minor iphone optimizations
svn-id: r40418
2009-05-10 12:01:37 +00:00
Oystein Eftevaag
8b813f02b8 Converted the iPhone backend to use OpenGL ES instead of CoreSurface for graphics output
svn-id: r40403
2009-05-09 22:25:28 +00:00
Filippos Karapetis
5dc9bdc05a Synced all the MSVC project files of the SCI engine
svn-id: r40402
2009-05-09 15:34:13 +00:00
Paul Gilbert
68c8ff242d Added file gfx\gfx_pixmap_scale.cpp
svn-id: r40400
2009-05-09 11:25:18 +00:00
Filippos Karapetis
1c50778e46 Fixed compilation under all versions of MSVC (renamed sound/softsynth/opl/opl.cpp and .h into opl_impl.h and opl_inc.h respectively)
svn-id: r40379
2009-05-08 11:24:20 +00:00
Paul Gilbert
cd90fdaceb Removed the renamed OPL files from the project
svn-id: r40367
2009-05-07 08:23:47 +00:00
Oystein Eftevaag
bab6dedcc7 Updated xcode project, and fixed dependency for the iphonebundle makefile target
svn-id: r40366
2009-05-06 20:23:04 +00:00
Filippos Karapetis
625f218388 Fixed SCI compilation under MSVC and added several missing files
svn-id: r40359
2009-05-06 11:16:38 +00:00
Paul Gilbert
36ebfc0a90 Sync with adlib.cpp rename
svn-id: r40357
2009-05-06 11:07:25 +00:00
Paul Gilbert
0ac523d561 Added reference to sci\sfx\player\player.cpp
svn-id: r40352
2009-05-06 10:29:30 +00:00
Filippos Karapetis
494000dab7 Updated the MSVC project files of the SCI engine (compilation is broken with SCI under MSVC)
svn-id: r40350
2009-05-06 10:03:22 +00:00
Filippos Karapetis
f982011f4e - Updated the MSVC project files of ScummVM (added the new Adlib player, as well as vkeyb and keymapper)
- Synced the GOB project files
- Synced the SCUMM project files

svn-id: r40349
2009-05-06 10:01:05 +00:00
Oystein Eftevaag
dd4797b823 Updated xcode project
svn-id: r40245
2009-05-02 18:14:35 +00:00
Arnaud Boutonné
99e5936a30 Gob - Fix MSVC7, 7.1 and 9 VCPROJ, as compilation failed (demos classes were teleported to a demos subdir by some evil entity) ;)
svn-id: r40235
2009-05-02 08:53:45 +00:00
Paul Gilbert
ee10b1a196 Updated Gob project for files moved to the demos folder
svn-id: r40214
2009-04-30 09:36:22 +00:00
Arnaud Boutonné
a61089a730 Gob - Add game_fascin.cpp file
svn-id: r40208
2009-04-29 16:41:04 +00:00
Florian Kagerer
ccb64ad81e LOL: - Started implementing the fighting system. The damage inflicted is wrong, however (at least the damage inflicted by the monsters). I'm sowewhat clueless about that bug atm.
- added support for monsters with distance attacks (like those orcs in front of roland's house)
- lots of small bug fixes
- Some startup support for the pc-98 16 color version. The intro will run, but the font drawing/coloring is still wrong.

svn-id: r40144
2009-04-25 13:15:05 +00:00
Arnaud Boutonné
fa191f251a Gob Compilation - last fix ... (mixed up 7.1 and 7.0)
svn-id: r40139
2009-04-25 00:38:59 +00:00
Arnaud Boutonné
8601e5af13 svn-id: r40138 2009-04-25 00:28:40 +00:00
Arnaud Boutonné
e575683c65 MSVC project files for Gob : Add demoplayer and batplayer needed to compile
svn-id: r40137
2009-04-25 00:07:30 +00:00
Filippos Karapetis
de9f2a2b5a Updated the MSVC project files of the gob engine for commit #40122
svn-id: r40125
2009-04-24 18:40:15 +00:00
Filippos Karapetis
6206ea92bb Updated the MSVC project files of the gob engine
svn-id: r40061
2009-04-21 23:03:12 +00:00
Max Horn
9d8d3fdb2f Patch #2776913: Fix MSVC dists to include new necessary files
svn-id: r40047
2009-04-21 13:41:29 +00:00
Oystein Eftevaag
bedd33ef79 Updated Mac OS X and iPhone bundle creation a bit (copying in more docs, and removed the version name from the mounted volume directory to avoid manually updating the DS_Store file every release)
svn-id: r40018
2009-04-19 10:28:00 +00:00
Eugene Sandulenko
8c60930aaa Part of patch #2738575: "GSOC09: Upd copyright add about line, fix MSVC warnings"
svn-id: r39995
2009-04-18 21:18:23 +00:00
Filippos Karapetis
0dc02a2cbe Updated the SAGA and SCI MSVC project files (removed saga/list.h and sci/engine/aatree.h)
svn-id: r39932
2009-04-11 12:34:16 +00:00
Jordi Vilalta Prat
b82707463a Remove the obsolete IPHONE_BACKEND define
svn-id: r39835
2009-04-04 10:10:15 +00:00
Oystein Eftevaag
3687838d19 Updated xcode project
svn-id: r39834
2009-04-04 08:03:24 +00:00
Florian Kagerer
9638c7ec4b LOL: - added support for magic atlas
- fixed minor palette bug

svn-id: r39818
2009-04-03 21:32:50 +00:00
Kari Salminen
0a9febc300 Update MSVC project files (MSVC9's cruise.vcproj bas broken in r39787).
svn-id: r39792
2009-04-01 16:19:48 +00:00
Paul Gilbert
ef81dc0f98 Added Cruise sound.cpp/.h to the MSVC projects
svn-id: r39787
2009-04-01 10:45:36 +00:00
Kari Salminen
02b178f4db Update MSVC project files for r39687.
svn-id: r39692
2009-03-25 20:07:44 +00:00
Oystein Eftevaag
779bdd93b0 xcode project update with latest engine changes
svn-id: r39594
2009-03-21 17:07:15 +00:00
Filippos Karapetis
a8672bc492 Updated the MSVC project files of the Gob, Parallaction, SCI and SCUMM engines
svn-id: r39592
2009-03-21 16:24:07 +00:00
Filippos Karapetis
28036e8f0c Updated the MSVC project files of the SCI engine
svn-id: r39516
2009-03-18 13:26:13 +00:00
Filippos Karapetis
7918852b1d Added some missing header files to the MSVC project files of the SCI engine
svn-id: r39507
2009-03-18 08:09:02 +00:00
Filippos Karapetis
4c498d3456 Updated the MSVC project files of the SCI engine for commit #39499
svn-id: r39500
2009-03-17 23:39:28 +00:00
Florian Kagerer
52726344b7 LOL: - implemented item throwing
svn-id: r39455
2009-03-16 21:20:34 +00:00
Filippos Karapetis
6a83723b0c Updated the MSVC project files of the tinsel, sci and scummvm projects for the file changes which occurred in commits #39430 and #39439
svn-id: r39440
2009-03-16 07:45:47 +00:00
Filippos Karapetis
adde70537a Updated MSVC project files for commit #39416 (moved vag.* from engines/sword1/ to sound/)
svn-id: r39423
2009-03-15 17:11:34 +00:00
Florian Kagerer
dcf32be3f6 LOL: - added some missing animations for the shops
- added support for dropping/picking up items (no throwing yet)

svn-id: r39422
2009-03-15 16:48:20 +00:00
Filippos Karapetis
4805271539 Updated the MSVC project files of the parallaction engine
svn-id: r39403
2009-03-14 17:45:41 +00:00
Max Horn
7c8a73f3bd Patch #2684984: desktop-file-validate warnings
svn-id: r39399
2009-03-14 17:10:22 +00:00
Florian Kagerer
092f2a37e3 LOL: - complete support for the three "special rooms" in the castle
svn-id: r39391
2009-03-14 13:48:12 +00:00
Filippos Karapetis
0796c72e97 Updated the MSVC project files of the SCI engine (added engine/savegame.h)
svn-id: r39378
2009-03-14 00:17:12 +00:00
Filippos Karapetis
8dc86556da Add the ENABLE_LOL flag to release builds as well
svn-id: r39377
2009-03-14 00:16:02 +00:00
Filippos Karapetis
eaaa703c62 Updated the MSVC project files for the SCI engine (added engine/stringfrag.cpp)
svn-id: r39316
2009-03-10 22:07:42 +00:00
Filippos Karapetis
915b29c3f5 Synced the rest of the MSVC project files for the SCI engine
svn-id: r39314
2009-03-10 21:55:32 +00:00
Greg Frieger
0a38541cc5 Resource decompression functions moved to scicore\decompressor.cpp and turned into classes.
svn-id: r39311
2009-03-10 21:44:03 +00:00
Filippos Karapetis
519e16b9e2 Updated the MSVC project files of the SCI engine and ScummVM
svn-id: r39294
2009-03-10 11:00:50 +00:00
Oystein Eftevaag
fcb2faa18a Added proper icon for the mac os x target
svn-id: r39239
2009-03-08 17:02:06 +00:00
Oystein Eftevaag
b5e40034bc The xcode project can now compile a native Mac OS X build
svn-id: r39238
2009-03-08 16:09:25 +00:00
Filippos Karapetis
44f479c82e Updated the MSVC project files of the SAGA engine
svn-id: r39235
2009-03-08 15:40:46 +00:00
Filippos Karapetis
ef2758fd71 Updated the MSVC project files of the SCI engine (added gfx/font.h)
svn-id: r39232
2009-03-08 14:37:41 +00:00
Filippos Karapetis
70ef87a38b Updated the AGOS engine with the additional files for PN. Also, warnings are not treated as errors in AGOS, cause MSVC throws a warning about the currently non-portable setjmp code in PN
svn-id: r39231
2009-03-08 14:36:09 +00:00
Max Horn
7cf72e8a17 SCI: Renamed vocab.cpp to vocabulary.cpp, to match the name of the header file
svn-id: r39213
2009-03-08 08:17:18 +00:00
Filippos Karapetis
950937c446 Updated the MSVC project files of the SCI engine
svn-id: r39193
2009-03-07 17:12:42 +00:00
Oystein Eftevaag
f3a953e4f7 Updated xcde project
svn-id: r39191
2009-03-07 16:34:27 +00:00
Filippos Karapetis
b594af5389 Enabled LoL for MSVC
svn-id: r39127
2009-03-04 12:00:03 +00:00
Filippos Karapetis
565c075e3b Updated the MSVC project files for the SCI engine and the ScummVM common code with the latest changes
svn-id: r39124
2009-03-04 11:14:14 +00:00
Filippos Karapetis
df205f26b8 Updated the MSVC project files of the Kyra engine
svn-id: r39046
2009-03-01 17:56:42 +00:00
Florian Kagerer
7ea5cefef4 LOL: implemented some monster related code (monsters now get placed in the maze, but they still don't do anything)
svn-id: r39039
2009-03-01 14:45:30 +00:00
Oystein Eftevaag
b9a5562ab8 Updated iPhone xcode project
svn-id: r39021
2009-03-01 09:04:19 +00:00
Eugene Sandulenko
166941cde8 Patch #2590824: DRASCULA: further improvements in italian translation
svn-id: r38963
2009-02-28 11:32:51 +00:00
Filippos Karapetis
6ccd2d4db9 Updated the MSVC project files of the SCI and SWORD1 engines
svn-id: r38962
2009-02-28 11:32:34 +00:00
Paweł Kołodziejski
4042eb8259 update
svn-id: r38929
2009-02-27 11:10:44 +00:00
Filippos Karapetis
c1fb06c162 Updated the MSVC project files of the SCI engine
svn-id: r38917
2009-02-26 23:04:50 +00:00
Filippos Karapetis
73f1e8c85f Updated the MSVC project files of the SCI and parallaction engines
svn-id: r38911
2009-02-26 18:59:41 +00:00
Paweł Kołodziejski
04588b1fa2 update
svn-id: r38873
2009-02-24 23:19:52 +00:00
Paweł Kołodziejski
7d5e45fa83 update
svn-id: r38853
2009-02-24 20:49:52 +00:00
Filippos Karapetis
c327ed3faf Updated the MSVC project files for the SCI engine
svn-id: r38802
2009-02-23 01:01:28 +00:00
Filippos Karapetis
e35e7c0415 Removed include/aatree.h from the MSVC project files
svn-id: r38773
2009-02-22 01:01:40 +00:00
Filippos Karapetis
8db5bb6dbb Updated the MSVC project files for the tinsel engine, which were not updated for some reason...
svn-id: r38772
2009-02-22 00:56:21 +00:00
Filippos Karapetis
78f5828f5a Updated and synced all MSVC project files
svn-id: r38771
2009-02-22 00:53:10 +00:00
Paweł Kołodziejski
a25c7debe1 update older msvc
svn-id: r38739
2009-02-21 19:53:20 +00:00
Paweł Kołodziejski
991dbfff2f update
svn-id: r38737
2009-02-21 19:43:11 +00:00
Filippos Karapetis
dbfe031ef2 Updated the MSVC project files of the SCI engine
svn-id: r38734
2009-02-21 19:28:06 +00:00
Florian Kagerer
8a95f02abf LOL: some work on inventory/item handling
svn-id: r38711
2009-02-21 17:24:50 +00:00
Paweł Kołodziejski
51bb24626a update
svn-id: r38710
2009-02-21 17:24:02 +00:00
Oystein Eftevaag
5d67e3de0f Updated xcode project
svn-id: r38677
2009-02-21 10:44:06 +00:00
Paweł Kołodziejski
65aa806005 disable warnings as error, said.cpp generate warnings from bison generated parser
svn-id: r38667
2009-02-21 07:43:46 +00:00
Paweł Kołodziejski
c729101d5b re-enable warnings as errors
svn-id: r38645
2009-02-20 23:24:46 +00:00
Filippos Karapetis
720b013ac8 Updated the MSVC project files of the SCI engine
svn-id: r38624
2009-02-20 21:32:24 +00:00
Travis Howell
efb806554e Correct typo in project files, which caused SCI engine to be disabled.
svn-id: r38578
2009-02-20 04:09:16 +00:00
Filippos Karapetis
ed0c75e73f Synced the project files of the cruise engine
svn-id: r38571
2009-02-20 00:34:15 +00:00
Filippos Karapetis
a566728ab8 Updated the MSVC project files of the SCI engine
svn-id: r38570
2009-02-20 00:33:23 +00:00
Filippos Karapetis
2ce63815f3 Updated the MSVC project files of the SCI engine
svn-id: r38544
2009-02-19 12:45:32 +00:00
Paul Gilbert
59db1e85f3 Merged the contents of fontCharacterTable into staticres
svn-id: r38542
2009-02-19 11:08:11 +00:00
Filippos Karapetis
e6179b7ebd Synced the SCI MSVC project files
svn-id: r38510
2009-02-18 22:28:17 +00:00
Paweł Kołodziejski
46eb365c77 update msvc9
svn-id: r38507
2009-02-18 22:04:06 +00:00
Oystein Eftevaag
18ea8081c0 XCode project updated with latest SCI changes
svn-id: r38503
2009-02-18 20:59:12 +00:00
Filippos Karapetis
b9d3c752b1 Include the SCI engine when building ScummVM under MSVC
svn-id: r38474
2009-02-18 12:35:24 +00:00
Filippos Karapetis
effc556fd3 Updated and synced the SCI engine MSVC project files
svn-id: r38462
2009-02-18 10:14:41 +00:00
Filippos Karapetis
f0947f9e58 Updated and synced the SCI engine MSVC project files
svn-id: r38459
2009-02-18 09:58:52 +00:00
Paweł Kołodziejski
d428b4da6c remove not needed anymore SCUMMVM define
svn-id: r38443
2009-02-17 20:06:17 +00:00
Oystein Eftevaag
23dd0d861d Updated the xcode project to generate Info.plist, and use the correct icon
svn-id: r38438
2009-02-17 19:39:25 +00:00
Filippos Karapetis
73b104ec4f Updated the SCI MSVC project files
svn-id: r38402
2009-02-17 10:01:35 +00:00
Filippos Karapetis
cc653bc3b0 Updated the SCI MSVC files
svn-id: r38389
2009-02-16 23:37:06 +00:00
Oystein Eftevaag
6da742f47f Updated xcode project with latest changes
svn-id: r38388
2009-02-16 23:31:53 +00:00
Oystein Eftevaag
d61b83814b Updated the iphone xcode project to include dependency libs, and fixed config/savegame paths
svn-id: r38386
2009-02-16 23:21:18 +00:00
Filippos Karapetis
2ced8f361d Updated the MSVC project files of the SCI engine with the latest changes to the file structure
svn-id: r38366
2009-02-16 11:28:35 +00:00
Filippos Karapetis
271758dbb8 Sync
svn-id: r38363
2009-02-16 10:14:58 +00:00
Oystein Eftevaag
7a3c7c1e9a Added zlib support and SCI to the xcode project for iphone
svn-id: r38355
2009-02-16 08:32:45 +00:00
Paul Gilbert
fd9c7198f5 Removed reference to deleted reg_t_hashmap.cpp
svn-id: r38354
2009-02-16 08:16:52 +00:00
Paweł Kołodziejski
36d7495577 fixed compilation
svn-id: r38350
2009-02-16 07:06:12 +00:00
Paweł Kołodziejski
78282ea586 remove defines from msvc project files
svn-id: r38286
2009-02-15 20:15:24 +00:00
Oystein Eftevaag
270165522b XCode project for the iPhone official SDK
svn-id: r38281
2009-02-15 19:12:21 +00:00
Filippos Karapetis
79086b1b1f Synced the MSVC project files for earlier versions of MSVC
svn-id: r38269
2009-02-15 16:57:36 +00:00
Paweł Kołodziejski
f1baf28969 update
svn-id: r38255
2009-02-15 15:19:00 +00:00
Florian Kagerer
dee51a77b5 LOL: fix bug in kyra.dat
svn-id: r38246
2009-02-15 14:49:01 +00:00
Paweł Kołodziejski
0724206156 fixed compilation and linking with msvc9
svn-id: r38232
2009-02-15 12:29:09 +00:00