Commit Graph

5343 Commits (08e9bd5efab733f8e4d76632f36c7a84efd38231)

Author SHA1 Message Date
Giel van Schijndel 5b1c63f31c Mark optional IMD_model fields as such
git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@6315 4a71c877-e1ca-e34f-864e-861f7616d084
2008-11-16 00:34:39 +00:00
Giel van Schijndel 91dbb225df Use .schema.sql as default output extension for SQL CREATE TABLE definitions
git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@6314 4a71c877-e1ca-e34f-864e-861f7616d084
2008-11-16 00:22:10 +00:00
Giel van Schijndel d57d5d5001 Generate the SQL table definition as well
git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@6313 4a71c877-e1ca-e34f-864e-861f7616d084
2008-11-15 22:02:30 +00:00
Giel van Schijndel d2c8fbc5a8 * Change the database meta language script parser such that it's first parameter has to be a valid relative path to the code generator to use
* Change the make rules for all files produced from the database meta language such that they have the language parser and code generator as dependency as well (i.e. if they change their files will be rebuilt)

git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@6312 4a71c877-e1ca-e34f-864e-861f7616d084
2008-11-15 21:39:00 +00:00
Gerard Krol 40c0b26930 Add the possibility to disable God Mode back in, on request from Giel. It should even look nice.
git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@6308 4a71c877-e1ca-e34f-864e-861f7616d084
2008-11-15 15:43:18 +00:00
Gerard Krol 624838ea8c Clean up the God Mode ("deity") code. It is reduced to one line in visibility.c, instead of a lot of || godMode terms all over the
source. It looks better now as all effects are shown even for areas you officially can't see. The only disadvantage is that disabling it 
again looks really bad (structures remain visible). As I do not expect a lot of people to disable God Mode, you now can not turn it off 
anymore. 


git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@6307 4a71c877-e1ca-e34f-864e-861f7616d084
2008-11-15 14:28:04 +00:00
Gerard Krol 7c6366f930 Fix a bug in the Skirmish AI that caused it to build loads of bunkers at oil derricks. Also change the type of a variable from PUBLIC to
PRIVATE, as it is not defined in the .vlo. The current scripting engine does not seem to notice, but this helps 
the wz2lua converter.


git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@6306 4a71c877-e1ca-e34f-864e-861f7616d084
2008-11-15 13:00:27 +00:00
Gerard Krol 7f62ffded9 Actually draw the software cursor when enabled & in the main menu. This fixes #146 (no mouse cursor in main menu with coloured cursors enabled).
git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@6304 4a71c877-e1ca-e34f-864e-861f7616d084
2008-11-15 09:06:12 +00:00
Per Inge Mathisen 3d065b820c Add notice to Changelog about ticket #97
git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@6300 4a71c877-e1ca-e34f-864e-861f7616d084
2008-11-14 20:03:27 +00:00
Per Inge Mathisen ba2163be9d Latest patch from ticket #97 - Smarter Structure Targeting Patch. Both droids and
structures should now be smarter about their automatic targetting.


git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@6299 4a71c877-e1ca-e34f-864e-861f7616d084
2008-11-14 19:40:29 +00:00
Giel van Schijndel 7c05598cc1 * Use a for-loop instead of a while-loop to loop over a linked list of droid templates
* Don't constantly maintain a bool (bEqual) to see whether the current template is equal to the given template
  - Instead "continue" and skip to the next one instead when we've determined the current template isn't equal


git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@6298 4a71c877-e1ca-e34f-864e-861f7616d084
2008-11-14 18:56:40 +00:00
Giel van Schijndel 62b65404f1 * Don't loop over asParts and asBits arrays by using DROID_MAXCOMP as limit
- Use ARRAY_SIZE(array) as limit


git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@6297 4a71c877-e1ca-e34f-864e-861f7616d084
2008-11-14 18:47:55 +00:00
Giel van Schijndel e177b639f4 Make the "inherited" members from the BASE_OBJECT and BASE_STATS hierarchies visible in the Doxygen documentation by expanding their macros
git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@6295 4a71c877-e1ca-e34f-864e-861f7616d084
2008-11-14 15:49:51 +00:00
Dennis Schridde 5f95b528f2 Update ChangeLog with r6267 and r6280
git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@6293 4a71c877-e1ca-e34f-864e-861f7616d084
2008-11-14 15:39:44 +00:00
Giel van Schijndel 53fa475f5f Fix an out-of-bounds error resulting from using the wrong constant
git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@6291 4a71c877-e1ca-e34f-864e-861f7616d084
2008-11-14 14:34:57 +00:00
Giel van Schijndel b55c28e697 asprintf's return value indicates whether it failed; not it's first parameter -> use the return value instead
git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@6290 4a71c877-e1ca-e34f-864e-861f7616d084
2008-11-14 14:34:32 +00:00
Giel van Schijndel ccc6206247 Add Doxygen documentation for v?asprintf
git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@6289 4a71c877-e1ca-e34f-864e-861f7616d084
2008-11-14 14:30:12 +00:00
Giel van Schijndel e061f7c3ac When generating Doxygen documentation #define DOXYGEN to allow conditional inclusion/exclusion of code specifically for Doxygen
git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@6288 4a71c877-e1ca-e34f-864e-861f7616d084
2008-11-14 14:29:46 +00:00
Giel van Schijndel 7b37001471 Make v?asprintf return -1 on all errors (similar to GNU's implementation)
git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@6287 4a71c877-e1ca-e34f-864e-861f7616d084
2008-11-14 14:28:21 +00:00
Giel van Schijndel 05a709a3b3 * Make getPlayerName and getPlayerColourName const correct
* Fix a buffer overflow in getPlayerColourName resulting from translations for player colours being larger than the string buffer that was reserved for them
  - Instead just return gettext()'s return value (because "The resulting string is statically allocated and must not be modified or freed.")

git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@6283 4a71c877-e1ca-e34f-864e-861f7616d084
2008-11-13 22:42:05 +00:00
Giel van Schijndel 316335099d * Use ssprintf instead of sprintf to prevent potential buffer overflows
* Use a single call to ssprintf to create a string instead of ssprintf followed by strcat

git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@6282 4a71c877-e1ca-e34f-864e-861f7616d084
2008-11-13 22:42:02 +00:00
Giel van Schijndel a4b116eb00 Only compile the translations when $(TRANSLATION) is "yes" not just when it's defined
This addresses #130 and should fix it


git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@6280 4a71c877-e1ca-e34f-864e-861f7616d084
2008-11-13 12:33:04 +00:00
Gerard Krol 0e32c90ff5 The tile drawer now properly caps mountains at the edge of the map so you can no longer look through them. This patch also reduces the vertex array in
size. The tile drawer was allocating and using a vertex array the size of the whole map, now it only has one big enough to fit the visible tiles.


git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@6270 4a71c877-e1ca-e34f-864e-861f7616d084
2008-11-11 00:05:44 +00:00
Gerard Krol 83beae8abe Add lots of Doxygen comments to display3d.c and clean it up a little.
git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@6269 4a71c877-e1ca-e34f-864e-861f7616d084
2008-11-10 22:50:08 +00:00
Gerard Krol 1e39e46869 Allow a droid to pick a new target while auto-repairing. This fixes #35 and gna bug 12217 where droids would just let themselves be shot to
death while repairing themselves slowly.


git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@6267 4a71c877-e1ca-e34f-864e-861f7616d084
2008-11-10 22:07:30 +00:00
Giel van Schijndel 8ab253165f Portugues translation:
* Add 29 newly translated messages (100% translated)

This closes #132, patch by Arthur Filipe <trivial>


git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@6265 4a71c877-e1ca-e34f-864e-861f7616d084
2008-11-10 21:04:28 +00:00
Giel van Schijndel 36d743ae65 Russian translation:
* Add 135 newly translated messages (46% translated)


git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@6263 4a71c877-e1ca-e34f-864e-861f7616d084
2008-11-10 20:32:10 +00:00
Giel van Schijndel 11e378ccce Allow WZ_ASSERT_STATIC_STRING to work when compiled as C++ as well
git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@6262 4a71c877-e1ca-e34f-864e-861f7616d084
2008-11-09 23:49:39 +00:00
Giel van Schijndel 57ea72c23d Prevent a potential buffer overflow in function enumerateMultiMaps by altering its interface
git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@6261 4a71c877-e1ca-e34f-864e-861f7616d084
2008-11-09 23:18:18 +00:00
Giel van Schijndel c99a123b50 * Remove unused list macros: LIST_INIT and LIST_ADD
* Rename LIST_ADDEND to LIST_APPEND (because that's what it does: append to a list)
 * Clean up the assertion in LIST_REMOVE
 * Prevent a potential bug in LIST_APPEND by not initialising the psNext pointer to NULL
  - doesn't ever occur right now, for one simple reason: the only place where this macro is used is on a structure that's initialised with memset(0)

git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@6260 4a71c877-e1ca-e34f-864e-861f7616d084
2008-11-09 22:58:04 +00:00
Giel van Schijndel 17a0228d18 Remove unused function endian_fract
git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@6259 4a71c877-e1ca-e34f-864e-861f7616d084
2008-11-09 22:58:01 +00:00
Giel van Schijndel 2391ddd622 * Make the endian_*word class of functions/macros inline functions (and the type checking of their parameter) on ''all'' platforms!
* Fix several parameters that got passed wrong and didn't get caught due to the different definitions

Caught by EvilGuru

git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@6256 4a71c877-e1ca-e34f-864e-861f7616d084
2008-11-09 19:21:20 +00:00
Giel van Schijndel ef994389f5 Bump release date of 2.1_rc1 to today
git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@6254 4a71c877-e1ca-e34f-864e-861f7616d084
2008-11-09 15:49:47 +00:00
Gerard Krol be9e1706cd Do not show the intelligence screen after playing a mission update FMV anymore. This was previously done because the
FMV's were missing. A message "New Intelligence Report" is shown to remind people who abort the movie that they can see 
it again in the intelligence screen.


git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@6253 4a71c877-e1ca-e34f-864e-861f7616d084
2008-11-08 22:47:49 +00:00
Gerard Krol 03c11abefb Hide the mouse cursor during loading screens and movies.
git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@6252 4a71c877-e1ca-e34f-864e-861f7616d084
2008-11-08 21:37:32 +00:00
Giel van Schijndel 7c0b953c34 Add some more translated strings for the French translation:
* About 96% is translated now

This closes ticket:134, patch by Cassarin-Grand Arthur <Zoloom>

git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@6251 4a71c877-e1ca-e34f-864e-861f7616d084
2008-11-08 21:26:02 +00:00
Giel van Schijndel 4d066be1ca * Merged revision r6249 via svnmerge from trunk
* Update the Debian changelog as well

........
  r6249 | muggenhor | 2008-11-08 20:30:18 +0100 (za, 08 nov 2008) | 4 lines
  
  Allow the initialisation function of the debug callback to fail and report its failure through its return value:
   * If initialisation of the debug callback failed, do ''not'' add it to the list of debug callbacks to use
  
  This fixes ticket:136
........

git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@6250 4a71c877-e1ca-e34f-864e-861f7616d084
2008-11-08 20:46:40 +00:00
Giel van Schijndel 03353e833e Allow the initialisation function of the debug callback to fail and report its failure through its return value:
* If initialisation of the debug callback failed, do ''not'' add it to the list of debug callbacks to use

This fixes ticket:136

git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@6249 4a71c877-e1ca-e34f-864e-861f7616d084
2008-11-08 19:30:18 +00:00
Giel van Schijndel d0cae6d040 Bump the version numbers
git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@6248 4a71c877-e1ca-e34f-864e-861f7616d084
2008-11-08 19:03:53 +00:00
Giel van Schijndel 94a800d9bf Update the ChangeLog in preparation of releasing the first release candidate for 2.1
git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@6247 4a71c877-e1ca-e34f-864e-861f7616d084
2008-11-08 18:50:57 +00:00
Giel van Schijndel bb64ebc231 Build depend on libgl-dev (for the Debian pkg)
git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@6246 4a71c877-e1ca-e34f-864e-861f7616d084
2008-11-07 14:43:39 +00:00
Per Inge Mathisen 1e257d38c1 Fix two warnings, reported by forum user jaakan.
git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@6245 4a71c877-e1ca-e34f-864e-861f7616d084
2008-11-04 23:09:31 +00:00
Per Inge Mathisen 541335f18e I forgot one file...
git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@6244 4a71c877-e1ca-e34f-864e-861f7616d084
2008-11-04 22:07:24 +00:00
Giel van Schijndel 0f2bd00dfa Ignore built files for qwzm
git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@6243 4a71c877-e1ca-e34f-864e-861f7616d084
2008-11-04 19:54:59 +00:00
Per Inge Mathisen f714179393 qwzm: Refactor model loading functions to save code lines and remove duplicate code.
git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@6242 4a71c877-e1ca-e34f-864e-861f7616d084
2008-11-02 21:31:51 +00:00
Per Inge Mathisen 3d34a03813 qwzm: Move conversion functions into their own file. Add TODO messages to stdout for stuff that doesn't work.
git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@6241 4a71c877-e1ca-e34f-864e-861f7616d084
2008-11-02 21:07:17 +00:00
Per Inge Mathisen 753bc5ac03 qwzm: Add import from PIE feature.
git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@6240 4a71c877-e1ca-e34f-864e-861f7616d084
2008-11-02 20:52:00 +00:00
Per Inge Mathisen 28d9734e8f pie2wzm: Remove two bad TODO items
git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@6239 4a71c877-e1ca-e34f-864e-861f7616d084
2008-11-02 20:49:26 +00:00
Per Inge Mathisen 07c1245e01 qwzm: Add 3DS import feature.
git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@6238 4a71c877-e1ca-e34f-864e-861f7616d084
2008-11-02 19:50:54 +00:00
Per Inge Mathisen 632b539aea wzmutils: Add WZM save model function.
qwzm: Add more dummy GUI stubs. Implement save and save as.


git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@6237 4a71c877-e1ca-e34f-864e-861f7616d084
2008-11-02 17:47:10 +00:00