summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Some cleanupThorbjørn Lindeijer2009-10-036-148/+150
* Fixed a line where anger was not addedChuck Miller2009-10-031-1/+1
* Adds the changeAnger method to monstersChuck Miller2009-10-032-10/+25
* UNIX compilation fix for last commitPhilipp Sehmisch2009-10-021-1/+7
* Game-server now tries again when failing to connect to account-server. Reconn...Philipp Sehmisch2009-10-021-2/+15
* Adds code for saving and getting status effects from the databaseChuck Miller2009-10-017-1/+141
* Adds tmw_char_status_effects tables to mySQL and SQLiteChuck Miller2009-09-305-3/+59
* Added script bindings and netcode for creating being-bound effects.Philipp Sehmisch2009-09-275-12/+70
* added script functions for monster attacksPhilipp Sehmisch2009-09-235-7/+23
* Added the possibility to define a monster script for a whole monster class in...Philipp Sehmisch2009-09-173-3/+33
* Allow for basic scripted monstersChuck Miller2009-09-163-0/+71
* Fixed crash when column value is a real NULL value instead of empty string.Andreas Habel2009-09-151-1/+3
* Fixed superfluous semicolon in sqlite3 createTables.sql fileThorbjørn Lindeijer2009-09-091-1/+1
* Merge branch 'master' of git@gitorious.org:tmwserv/mainlinePhilipp Sehmisch2009-08-255-15/+245
|\
| * Added table and view to prepare reporting of transaction log.Andreas Habel2009-08-234-9/+226
| * Merge branch 'master' of git@gitorious.org:tmwserv/mainlineAndreas Habel2009-08-2113-128/+36
| |\
| | * Remove attackzone from MakefileJared Adams2009-08-201-2/+0
| * | Update table tmw_accounts. Added columns to store secret key and expirationAndreas Habel2009-08-173-10/+25
* | | Made the STL container -> LUA table wrappers more flexible.Philipp Sehmisch2009-08-252-19/+28
| |/ |/|
* | Removed remnants of attack zones. Monsters AI now works properly again.Philipp Sehmisch2009-08-207-64/+12
* | Performance improvement of range calculation (suggested by Octalot)Philipp Sehmisch2009-08-191-4/+4
* | Removed attack shape from items. Added distance check on attacks (values stil...Philipp Sehmisch2009-08-198-64/+26
|/
* Bugfix for storing transaction messages for new created characters.Andreas Habel2009-08-141-2/+3
* Simplifies Movement to not send path destinations, but rather just the curren...Chuck Miller2009-08-014-40/+6
* Have the game server reconnect with the account-server if account-server is r...Chuck Miller2009-07-208-18/+98
* Change status effects to prevent duplicationJared Adams2009-07-183-13/+101
* Adds scripted status effectsChuck Miller2009-07-179-0/+393
* Set a map for the mScript when a item is usedChuck Miller2009-07-161-0/+1
* Remove a used lineChuck Miller2009-07-141-1/+0
* Allow npc_choice to take tables of stringsJared Adams2009-07-121-3/+21
* Prevent Actors from getting ID 0Jared Adams2009-07-101-0/+1
* Changed BindInteger and BindString to BindValueDavid Athay2009-07-104-52/+33
* Changed database to using prepared statements, to stop SQL injection attacksDavid Athay2009-07-106-72/+298
* Fixed bug causing unnecessary special updating when attributes change.Philipp Sehmisch2009-07-091-2/+2
* Merge branch 'master' of git@gitorious.org:tmwserv/mainlinePhilipp Sehmisch2009-07-081-4/+1
|\
| * changed handleAnnounce to send the full message not only the first wordMaximilian Philipps2009-07-081-4/+1
* | Sending spell recharge status to the clientsPhilipp Sehmisch2009-07-083-8/+58
|/
* GPMSG_PLAYER_ATTRIBUTE_CHANGE should now be using a Word over a ByteChuck Miller2009-07-062-2/+2
* Some final skill fixes, they seem to work fine nowChuck Miller2009-07-063-6/+8
* More Skill fixes, this time for getModifiedAttributeChuck Miller2009-07-062-2/+21
* Fix where some basic attrs are treated like skillsChuck Miller2009-07-041-1/+1
* Helps fix one issue with skill levelsChuck Miller2009-07-032-1/+11
* Makes Skills non hard codedChuck Miller2009-07-0313-136/+93
* Remove a stray comment.Roderic Morris2009-07-011-2/+0
* Remove complex path finding for players. Add a simple path finding algorithm ...Roderic Morris2009-07-016-5/+88
* Send a word over a byte for skill expChuck Miller2009-06-302-2/+2
* Fixes crashes that sometimes happens when allocate and deallocating from map ...Chuck Miller2009-05-291-29/+29
* Fix target bugs.David Athay2009-05-262-3/+3
* Stopped tmwserv from writing to its configuration fileBjørn Lindeijer2009-05-244-100/+71
* More code style fixesBjørn Lindeijer2009-05-242-57/+31