Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-09-29 | Fix warning in magic status popping | Ben Longbons | 1 | -0/+1 | |
2013-09-29 | Fix an old warning related to existing magic when a player logs in | Ben Longbons | 1 | -0/+6 | |
2013-09-29 | Remove logging of failed whispers | Ben Longbons | 1 | -5/+4 | |
Even though ordinary whispers were never logged, there were still concerns about privacy. | |||||
2013-09-29 | Silence a warning for temporary NPCs | Ben Longbons | 1 | -0/+2 | |
2013-09-29 | Return branch to development | Ben Longbons | 1 | -1/+1 | |
2013-09-29 | Release v13.9.29v13.9.29 | Ben Longbons | 1 | -2/+2 | |
2013-09-29 | Fix bug where all monsters had neutral element | Ben Longbons | 1 | -1/+1 | |
2013-09-28 | Return branch to development | Ben Longbons | 1 | -1/+1 | |
2013-09-28 | Release v13.9.28v13.9.28 | Ben Longbons | 1 | -2/+2 | |
2013-09-28 | Apply the load speed hack to the login server, too | Ben Longbons | 1 | -5/+13 | |
2013-09-28 | Fix bug where you can turn any direction but right | Ben Longbons | 1 | -4/+18 | |
2013-09-28 | Merge remote-tracking branch 'origin/master' into test | Ben Longbons | 1 | -5/+5 | |
2013-09-28 | Fixing path finding | Stefan Dombrowski | 1 | -1/+1 | |
The bitwise And with 0x8ff had mapped different tiles to the same index. Closes #5. | |||||
2013-09-28 | Changed ladmin help output to reflect rename of passwd command to password. | MadCamel | 1 | -5/+5 | |
2013-09-27 | Return branch to development | Ben Longbons | 1 | -1/+1 | |
2013-09-27 | Release v13.9.27v13.9.27 | Ben Longbons | 1 | -2/+2 | |
2013-09-27 | Fix the trade bug | Ben Longbons | 1 | -2/+2 | |
2013-09-27 | Make character loading less slow | Ben Longbons | 1 | -5/+13 | |
This is not the best solution, but it is obvious, correct, and does indeed change the complexity from O(n²) to O(n lg n). | |||||
2013-09-21 | Return to development | Ben Longbons | 1 | -1/+1 | |
2013-09-21 | Release v13.9.21v13.9.21 | Ben Longbons | 1 | -2/+2 | |
2013-09-21 | Use the One Makefile to build them all | Ben Longbons | 26 | -21/+50 | |
This changes the names of the built binaries: login-server -> tmwa-login char-server -> tmwa-char map-server -> tmwa-map ladmin -> tmwa-admin eathena-monitor -> tmwa-monitor It also gets rid of the 'deps.make' file. | |||||
2013-09-16 | Fix statup2 not actually increasing the stat | Ben Longbons | 1 | -0/+1 | |
2013-09-14 | Warn about conditional return and add script dumper | Ben Longbons | 1 | -2/+132 | |
The problem is that since 'if' is a function, the 'return' action is executed *before* the recursive return. This messes up the stack. Sooner or later I'll be able to fix the scripting language properly, but it's probably a good idea to goto L_Return to clear variables anyway. | |||||
2013-09-12 | Return to development | Ben Longbons | 1 | -1/+1 | |
2013-09-12 | Release v13.9.12, add CHANGELOGv13.9.12 | Ben Longbons | 1 | -3/+3 | |
2013-09-09 | Use IP4 classes and rename conf variables | Ben Longbons | 27 | -890/+466 | |
2013-09-07 | Add IPv4 classes | Ben Longbons | 3 | -0/+593 | |
2013-09-07 | Increase max script array size from 128 to 256 | Ben Longbons | 1 | -3/+3 | |
2013-09-06 | Fix scissors bug | Ben Longbons | 1 | -2/+3 | |
2013-08-28 | Return the branch to development | Ben Longbons | 1 | -1/+1 | |
2013-08-28 | Release v13.8.28v13.8.28 | Ben Longbons | 1 | -2/+2 | |
2013-08-28 | Fix a bug in @command logging | Ben Longbons | 2 | -5/+5 | |
2013-08-28 | Fix bug with mapnames being falsy | Ben Longbons | 7 | -12/+17 | |
Fixes #7 | |||||
2013-08-27 | Handle far extensions in the mapname extractor | Ben Longbons | 2 | -0/+15 | |
This has no effect with the current content, but will make things much more convenient once we start using longer mapnames. | |||||
2013-08-22 | Don't break gcc < 4.8 with warnings on | Ben Longbons | 1 | -0/+4 | |
2013-08-22 | Suppress some warnings that only seem to appear on Fedora | Ben Longbons | 1 | -0/+2 | |
Using gcc 4.8 and 2.17 works fine on Debian, but not Fedora. I'm planning on a better fix eventually, once I have distinct types for integers of a specified endianness. | |||||
2013-08-22 | Fix an overzealous warning on 32-bit systems | Ben Longbons | 2 | -1/+8 | |
2013-08-21 | Untag for development | Ben Longbons | 1 | -1/+1 | |
2013-08-21 | Tag for releasev13.8.21 | Ben Longbons | 1 | -2/+4 | |
2013-08-20 | Add some braces to appease certain gcc versions | Ben Longbons | 2 | -10/+10 | |
2013-08-20 | Refactor npc event timers to have an expired state | Ben Longbons | 3 | -54/+73 | |
This is needed for setnpctimer 0; to work in the ultimate OnTimer#: label. | |||||
2013-08-19 | Add dumpers for the rest of the stack types | Ben Longbons | 1 | -2/+10 | |
2013-08-19 | Make some npc errors better | Ben Longbons | 2 | -11/+58 | |
2013-08-13 | Skip spaces in one of the few places that aspect of atoi() was useful | Ben Longbons | 1 | -1/+1 | |
2013-08-13 | Permit omission of time argument in banset and timeset | Ben Longbons | 1 | -2/+4 | |
2013-08-13 | Fix EOF on a TTY | Ben Longbons | 1 | -1/+1 | |
2013-08-13 | Fix offset bug in relative time modifiers | Ben Longbons | 1 | -1/+1 | |
2013-08-12 | Fix validation bug in ladmin account creation | Ben Longbons | 1 | -1/+1 | |
2013-08-07 | Fix a refactoring bug in mob_db parsing, give better errors | Ben Longbons | 1 | -3/+6 | |
2013-08-05 | Use attoconf and proper versionsv13.8.5 | Ben Longbons | 5 | -68/+82 | |