Commit Graph

2642 Commits (81d64df73733afaa831508888111ab509c41a267)
 

Author SHA1 Message Date
Günther Brammer 81d64df737 Do not use Windows' RGB macros for BGR colors 2011-03-11 03:37:27 +01:00
Günther Brammer 61410ab666 autotools/win32: c4script shell needs -lwinmm 2011-03-11 03:48:52 +01:00
Günther Brammer 6912b118e5 If boost uses static_assert, do not make static_assert use boost 2011-03-11 14:58:58 +01:00
David Dormagen e30811c7c2 removed obsolete FnIncinerate 2011-03-12 22:10:28 +01:00
David Dormagen fa733be978 FirePhase fix and further performance improvements on the fire effect
that means it looks sooo GWE now.
2011-03-12 20:49:36 +01:00
David Dormagen 5577766ab1 line endings fixed 2011-03-12 19:29:25 +01:00
David Dormagen 808579a0f1 script implementation of the fire effect added 2011-03-12 18:51:14 +01:00
David Dormagen 3bd3a1fcbb most of the fire stuff removed from the engine 2011-03-12 18:38:47 +01:00
Armin Burgmeier 52c2227cef Merge 2011-03-12 14:12:14 +01:00
Armin Burgmeier fd2b981547 Backed out changeset: b019ea52537e
Breaks build with more recent jpeglib such as used by nightly builds
2011-03-12 14:12:04 +01:00
Armin Burgmeier 68c214dd98 Make player file saving work again 2011-03-12 13:55:05 +01:00
Armin Burgmeier 6e025ee4ec Remove C4Group sort order for files no longer used in OC 2011-03-12 13:55:01 +01:00
Armin Burgmeier 089f07e40a Set correct dependency for resource files compiled with MinGW 2011-03-12 13:47:46 +01:00
Charles Spurrill 628abed943 Extra vertex for foundry's floor 2011-03-12 04:36:41 -08:00
Charles Spurrill e48d9db984 Applied friction to ore (no more phasing for ore)
Doesn't fix the root of the problem though. This is a quick fix anyways.
2011-03-12 04:34:16 -08:00
Charles Spurrill 6a7d2a51b1 Moved Clonk.ogg and Cast.ogg (Sizzle.ogg) to Sound.c4g
for the lulz
2011-03-12 04:32:47 -08:00
Nicolas Hake a98f2b928b CMakeLists: Delay STATIC_ASSERT compile test until CXXFLAGS are determined 2011-03-10 22:49:33 +01:00
Julius Michaelis 0d804cad50 Workaround a jpeglib 6b weirdness 2011-03-09 00:01:27 +01:00
Nicolas Hake 894fefa8c9 Remove unconditional infinite loop in C4GameObjects 2011-03-08 17:54:12 +01:00
Nicolas Hake b332e73ba3 C4Group: Fix FindNextEntry
The char* parametered FindNextEntry didn't pass the last found
filename to its implementation, so it always found the first file
matching the wildcard
2011-03-08 17:53:30 +01:00
Günther Brammer 6df452c5e9 Merge c4script-standalone branch 2011-03-07 21:42:59 +01:00
Günther Brammer c009851ce2 Script: Remove unused category parameter from GetDefinition
While at it, also remove it from the internal function and a bunch of dead
code from C4IDList.
2011-03-07 21:26:56 +01:00
Julius Michaelis 98757cb488 Added c4script standalone to CMakeLists 2011-03-07 20:53:13 +01:00
David Dormagen 999c349e00 Merge 2011-03-06 17:01:12 +01:00
David Dormagen 04ff0889c8 Backed out changeset: 8558ab59caf6 2011-03-06 16:59:58 +01:00
Martin Plicht df7a7e44e3 mac: readme: Remove NoNetwork notes, complete dependency list, add X11 to prerequisite list 2011-03-06 00:32:22 +01:00
Martin Plicht 48e26fffb3 mac: osx_bundle_libs.sh: Bundle libraries from other places than /usr/local/lib as well 2011-03-06 00:00:04 +01:00
Martin Plicht 7128695801 mac: Update README.mac.txt a bit 2011-03-05 23:17:40 +01:00
Günther Brammer 8323f6c01d Add a standalone C4Script interpreter 2011-03-05 17:40:22 +01:00
Günther Brammer 89413fcd6e Move some code out of C4ScriptHost.cpp 2011-03-05 17:36:16 +01:00
Günther Brammer de626b18aa Script: Only show error messages in the Log 2011-03-05 16:50:22 +01:00
Julius Michaelis adcd954605 Remove GetSystemTime from the docs 2011-03-05 16:06:01 +01:00
Julius Michaelis 98717a4051 C4Script: Remove obsolete function GetSystemTime 2011-03-05 14:25:37 +01:00
Günther Brammer 374d8e743b C4Group: Error message for Open failing due to filename on the ignorelist 2011-03-04 03:49:39 +01:00
Günther Brammer 111df0392c Split C4Script.cpp into game functions and C4Script support functions 2011-03-04 13:49:41 +01:00
Nicolas Hake d82815087e win32/g++: Silence some format warnings 2011-03-04 00:40:17 +01:00
Nicolas Hake 73ec989261 win32: Avoid build error when using old SDK headers 2011-03-04 00:08:11 +01:00
Nicolas Hake 0800b3a209 StdBuf: change member order to silence g++ warnings 2011-03-04 00:02:43 +01:00
Günther Brammer 60ce34ad52 Remove redundant global pConfig 2011-03-03 17:11:03 +01:00
Günther Brammer 264009060c Script: Remove Method from function descs 2011-03-03 02:25:01 +01:00
Günther Brammer 45620c2b85 Move some C4AulDebug code into C4AulDebug 2011-03-03 00:58:43 +01:00
Günther Brammer 8749395a18 Use Nillable<void>() instead of C4VNull as the always-nil return value 2011-03-03 00:57:38 +01:00
Günther Brammer bdbe3beabf Optimize the template engine script function wrappers slightly 2011-03-02 23:42:34 +01:00
Günther Brammer e250312c26 Move C4DefList class into from C4Def.cpp/h to new C4DefList.cpp/h 2011-03-03 17:10:22 +01:00
Günther Brammer ed86af5f29 Script: Proplists with Object prototypes are also Objects 2011-03-02 14:12:06 +01:00
Günther Brammer 46a946caff win32: Cut unnecessary pages from the installer 2011-03-01 23:04:15 +01:00
David Dormagen 4f69ce5ac7 control functions fixed according to the docs 2011-02-27 18:56:11 +01:00
Richard Gerum e55874e9b4 changed magic animation 2011-02-26 18:36:43 +01:00
Richard Gerum 225a3388c2 added magic animation for the clonk 2011-02-26 17:27:01 +01:00
Günther Brammer f89d2807d9 win32: Only register the uninstaller with add/remove programs
Putting an "uninstall" entry into the start menu is redundant.
2011-02-26 16:37:51 +01:00