26790 Commits

Author SHA1 Message Date
Thomas Baumhauer
3002c9314a Added md5.cpp 2008-08-16 12:08:50 +00:00
Mark de Wever
07cf051d62 Fix a compilation error due to calling a non-existing function. 2008-08-16 11:49:39 +00:00
Mark de Wever
7a76225dcd Fix compilation for the server.
Fix compilation for the game, this is a kind of ugly since the game
depends on a source file in the server tree.
2008-08-16 11:40:18 +00:00
Mark de Wever
89644fdc23 Fix some compiler error. 2008-08-16 11:39:13 +00:00
Mark de Wever
b098425d30 Set svn properties end fix end of lines. 2008-08-16 11:28:39 +00:00
Nils Kneuper
53744a76bd some comments regarding tthe problems with pasting current about data...
...in the wiki
2008-08-16 11:23:51 +00:00
Mark de Wever
72b02bfdd6 Code and comment cleanup. 2008-08-16 11:15:03 +00:00
Nils Kneuper
bda69a35ca the so called "fix" by cycholka fixed nothing...
...but just destroyed the first line
2008-08-16 11:07:35 +00:00
Mark de Wever
121120633b Fix the usage description. 2008-08-16 10:59:53 +00:00
Sergey Popov
ec62afa06e Fix compile warnings. 2008-08-16 10:54:26 +00:00
Thomas Baumhauer
3a92732ccc Adding files to cmake 2008-08-16 10:54:16 +00:00
Thomas Baumhauer
8153a0c7d7 Adding files to autotools 2008-08-16 10:47:46 +00:00
Thomas Baumhauer
8d5ffff845 Adding files to Scons 2008-08-16 10:36:59 +00:00
Thomas Baumhauer
5c36ef6ca8 Initial commit of client registration code 2008-08-16 10:36:09 +00:00
Thomas Baumhauer
77bafadc19 small fixes in forum_auth 2008-08-16 10:34:50 +00:00
Thomas Baumhauer
d35f2a0e65 Initial commit of server registration code 2008-08-16 10:34:15 +00:00
Thomas Baumhauer
9ba1f7a2e3 adding the jwsmtp library 2008-08-16 10:32:48 +00:00
Mark de Wever
d4f8cc7021 Code and comment cleanup. 2008-08-16 10:28:47 +00:00
Piotr Cychowski
e1205622ca convert file to utf-8 2008-08-16 10:23:30 +00:00
Patrick Parker
7b1438071e Fix the fix for exp tracking in the tutorial 2008-08-16 07:57:42 +00:00
Mark de Wever
a015053e91 Comment out an unused parameter. 2008-08-16 07:51:36 +00:00
Ignacio R. Morelle
a43a0a6a93 Fixed a non-void-reaches-end-without-return warning 2008-08-15 22:51:33 +00:00
Ignacio R. Morelle
841ffcc479 Oops... forgot setting the sanity flag on...
...after successfull conversion on std::string-based ctor
2008-08-15 22:48:33 +00:00
Ignacio R. Morelle
c9114c376a More progress in the add-ons updater logic. 2008-08-15 22:40:27 +00:00
Ignacio R. Morelle
534e51c76b Fixed misspelled preprocessor directive (#unddef, should be #undef) 2008-08-15 22:36:01 +00:00
Eric S. Raymond
295a39816c Added and slightly modified text for the storyline parts. 2008-08-15 22:22:08 +00:00
Eric S. Raymond
71758e4b5c Address bug #11234: prefer leveled-up fighters, if any. 2008-08-15 22:04:06 +00:00
Pauli Nieminen
a533b6a5eb [[Another jumble of fixes]]
* Made some UI tweaks

* Implemented configuration interface thought php file

* Implemented database config storage for worknig values

* Optimized some sql queries

* Added build prune option to remove old builds that are similar to
  next and previous builds
2008-08-15 22:02:45 +00:00
Lari Nieminen
344834bb9d Village/income tweaks to 'Shan Taum the Smug'. 2008-08-15 20:48:02 +00:00
Lari Nieminen
fcbe3413f5 Tweaks to the last two scenarios. 2008-08-15 20:39:05 +00:00
Pauli Nieminen
1d80fa037b Made ban_manager to use shared_ptr to prevent memory leaks 2008-08-15 19:40:35 +00:00
Pauli Nieminen
c3ef3e9391 Made time optional for ban command 2008-08-15 19:40:28 +00:00
Pauli Nieminen
b98092bb1a Fixed typos in ban error message 2008-08-15 19:40:21 +00:00
Pauli Nieminen
11439fbeaa Changelog entry for bug #11612 2008-08-15 19:40:09 +00:00
Mark de Wever
c89df6b5df Comment out unused parameters and remove an unused variable. 2008-08-15 19:16:15 +00:00
Mark de Wever
8749979301 Remove and unused function. 2008-08-15 19:15:26 +00:00
Tomasz Śniatowski
c19943c2ba Make editor2 options on by default in the build systems 2008-08-15 19:11:11 +01:00
Tomasz Śniatowski
54b01e90a6 editor2: randomize selection 2008-08-15 18:44:07 +01:00
Eric S. Raymond
5d27f08704 Declare a macro parameter type correctly. 2008-08-15 17:16:28 +00:00
Eric S. Raymond
f724fe7d65 Translation-mark some names correctly. 2008-08-15 17:07:23 +00:00
Eric S. Raymond
6799bd8363 Wording fix. 2008-08-15 16:53:32 +00:00
Tomasz Śniatowski
e4ee057084 update players_changelog and RELEASE_NOTES with editor2 info 2008-08-15 16:23:09 +01:00
Eric S. Raymond
a3f292cd7e Dulcatulos was a bit too easy to kill...
...before the player could make it across the map.
2008-08-15 13:59:31 +00:00
Tomasz Śniatowski
286607ae5d silence gcc 4.3.1 warning 2008-08-15 14:55:21 +01:00
Eric S. Raymond
ba6b372f82 Tinker the Underlevels music...
...so the war drums don't get lost in the background.
2008-08-15 13:44:52 +00:00
Tomasz Śniatowski
724739504a add parens to silence gcc 4.3.1 2008-08-15 13:10:03 +01:00
Bartek Waresiak
caae0b82f9 New faifile and faiend formula keywords.
Improved error and exception handling for formulas. Now we get
detailed info about formula that caused an error, name of file and
number of line in which error occured.
2008-08-15 11:13:06 +00:00
Ignacio R. Morelle
901b4d4b9f Removed addon_version_info struct...
...and replaced it with more generic code, suitable for other stuff
2008-08-15 00:26:03 +00:00
Tomasz Śniatowski
2c0627c180 mose_handler_base mouse click/drag cleanup,
...allow right mouse button drag (not used anywhere yet)
2008-08-14 21:42:18 +01:00
Mark de Wever
6a5e2af2d2 Mark a parameter const. 2008-08-14 19:11:13 +00:00