Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-11-07 | * Strip preceding/trailing blanks from new character names (#524) | Fate | 1 | -0/+29 | |
2008-11-04 | Commit Mantis 414: Tool for mapping item IDs to a particular item ID | Jared Adams | 3 | -1/+251 | |
2008-11-03 | Convert src/map/mob.c to use RAND macros since testing of first conversion ↵ | Dennis Friis | 1 | -51/+51 | |
went well. Testing of this conversion seems to go equally good so far. | |||||
2008-11-03 | Correct src/map/battle.c to use new clarified macro. | Dennis Friis | 1 | -6/+6 | |
2008-11-03 | Rename MMRAND to MPRAND and clarify in a comment how it works exactly. These ↵ | Dennis Friis | 1 | -2/+9 | |
are purpose-specific replacements for the vast usage of rand() with modulo and using high-order bits instead. | |||||
2008-11-03 | Convert src/map/battle.c to use RAND macros, should give a more balanced ↵ | Dennis Friis | 1 | -65/+65 | |
gameplay is the theory at least. More to be converted later after some testing. | |||||
2008-11-03 | Add 2 defines for rand() that uses hi-order bits to get slighty better ↵ | Dennis Friis | 1 | -0/+2 | |
pseudo-random numbers | |||||
2008-11-02 | * Minor cleanup in login server | Jared Adams | 17 | -36/+76 | |
* Char server now records client version and reports it to map server * Map server will now report all skills (even ones with dangerous indices) for client version 1 and above * Use status change val1 (instead of val2) index for speed potions, so that they can be triggered more easily from within scripts * Item database now also keeps track of the effect that items have on the spower stat * spower is now based on level + int*2 + modifier (see last point) * Minor bugfixes in support functionality for the SLang interpreter - Do not restart the map server without also restarting the char server, as the interserver protocol has changed slightly! (patch by fate) | |||||
2008-10-31 | Commit Mantis 521: Filter out Halloween `magic' from chat | Jared Adams | 1 | -3/+8 | |
2008-10-31 | Fix a bug in magic due to recent restructuring. Patch by fate. | Dennis Friis | 1 | -1/+1 | |
2008-10-30 | part 2 of fix for mantis #455; free slots takes into account that you can ↵ | Dennis Friis | 1 | -5/+30 | |
stack onto existing items which are stackable. | |||||
2008-10-30 | Commit Mantis 519: `pow' function for eAthena scripting | Jared Adams | 1 | -0/+18 | |
2008-10-27 | Commit Mantis 518: Monster Oil quest crashes server | Jared Adams | 1 | -2/+2 | |
2008-10-26 | Commit Mantis 509 | Jared Adams | 7 | -63/+243 | |
2008-10-26 | Commit Mantis 513 | Jared Adams | 2 | -4/+5 | |
2008-10-26 | Add a check that the return value exists before returning it | Jared Adams | 1 | -1/+1 | |
2008-10-25 | Commit Mantis 504 | Jared Adams | 2 | -2/+9 | |
2008-10-23 | oops, fix condition logic since I borrowed this from code that checks used ↵ | Dennis Friis | 1 | -1/+1 | |
slots and not free ones. | |||||
2008-10-23 | Fix for mantis #455 - Make sure trades do not overflow inventory slots. | Dennis Friis | 1 | -1/+17 | |
2008-10-23 | Commit Mantis tasks 486 and 460 | Jared Adams | 7 | -70/+140 | |
2008-10-15 | Make it easier to use NPCs without names | Jared Adams | 1 | -0/+6 | |
2008-10-12 | Fix drop logic inversion | Jared Adams | 1 | -20/+40 | |
2008-10-12 | Don't forget to check 'src' for 0, as is done later on as well | Bjørn Lindeijer | 1 | -1/+1 | |
2008-10-12 | Commit latest patch from Mantis 430 | Jared Adams | 1 | -5/+9 | |
2008-10-11 | Commit magic patch v13 | Jared Adams | 37 | -156/+11750 | |
2008-10-09 | Don't forget to check whether the item owner is still around | Bjørn Lindeijer | 1 | -0/+4 | |
2008-10-06 | Accepted patch by Sanga that disables automatically moving characters | Bjørn Lindeijer | 2 | -1/+13 | |
2008-10-04 | relax dropstealing protection. Mantis #429, patch by fate. | Dennis Friis | 3 | -39/+57 | |
2008-09-28 | Commit Mantis 440: eAthena patch to strip whitespace from item and monster DBs | Jared Adams | 2 | -0/+2 | |
2008-08-19 | Apply patch from fate to fix drop stealing. | Dennis Friis | 1 | -6/+3 | |
2008-05-31 | Add optional update_host to loginserver so you can tell the client that an ↵ | Dennis Friis | 2 | -1/+29 | |
alternative update host is available. Based on patch by Sanga | |||||
2008-05-08 | remove an unused var that got left in by mistake. | Dennis Friis | 1 | -1/+1 | |
2008-05-08 | make pc_useitem reject to use other than type 0, since this is what we use ↵ | Dennis Friis | 1 | -0/+2 | |
in TMW. Fixes bug where index based item shortcut (0.0.24.1) will use your items if slot shifted. | |||||
2008-05-08 | When buying from NPC do not stack unstackable items. It might seem like a ↵ | Dennis Friis | 1 | -5/+19 | |
better place to fix it in pc_additem, but this method should be allowed to or breakage may occur. | |||||
2008-05-08 | Allow hairstyle to have id 0 when creating a char. The allowed range is ↵ | Dennis Friis | 1 | -1/+1 | |
documented to 0-20 both inclusive. | |||||
2008-04-25 | Possible fix for inventory bug. Send out packet 0x01C8 only to SELF and not ↵ | Dennis Friis | 1 | -1/+1 | |
AREA. | |||||
2008-04-25 | minor fix to some simple signedness errors | Dennis Friis | 1 | -7/+7 | |
2008-04-24 | Fix some signedness hopefully getting the struct back on track. | Dennis Friis | 1 | -1/+1 | |
2008-04-21 | balance statpoint distribution a tad | Dennis Friis | 2 | -6/+6 | |
2008-04-10 | Proper fix for rev 17 | Dennis Friis | 1 | -1/+5 | |
2008-04-10 | revert rev 17 | Dennis Friis | 1 | -4/+6 | |
2008-04-10 | fix crash in clif_parse_Wis if wrong message length is sent. | Dennis Friis | 1 | -2/+6 | |
2008-04-10 | fix mapif_parse_WisToGM not working at all due to mismatch message sizes. | Dennis Friis | 1 | -6/+4 | |
2008-04-10 | Add configurable anti spam system, with possible auto ban. | Dennis Friis | 5 | -3/+96 | |
2008-04-07 | Dont send weapon view_id in char selector since TMW client does not support it. | Dennis Friis | 1 | -1/+2 | |
2008-04-06 | Goodbye fast attack bug, now you can control speeds of weapons in ↵ | Dennis Friis | 1 | -0/+3 | |
conf/job_db1.txt like it was meant to | |||||
2008-04-05 | Comment out packet 0x139 (out of reach for attack), since TMW client does ↵ | Dennis Friis | 1 | -2/+2 | |
not process this but uses own target system. Also, this will save a ton of CPU and NET traffic because fast attack would make the server call the checks and spew this packet out at a big rate. | |||||
2008-04-03 | Fix auto map picking exploit by checking proximity of player and item. | Dennis Friis | 1 | -0/+3 | |
2008-04-02 | add comment | Dennis Friis | 1 | -1/+1 | |
2008-04-02 | Fix so you cant sell/buy from NPC SHOP while in a trade | Dennis Friis | 1 | -0/+4 | |