Age | Commit message (Expand) | Author | Files | Lines |
2006-03-27 | removed outdated items event bonuses | Lupus | 2 | -5/+10 |
2006-03-27 | Fixed a problem in chrif.c where USHRT_MAX was undefined. [Codemaster] | codemaster | 2 | -0/+5 |
2006-03-27 | * Added jAthena's new start and athena-start shell scripts. | Lance | 4 | -55/+294 |
2006-03-27 | constant-fied! | Vicious | 78 | -847/+870 |
2006-03-27 | - Changed status_point/skill_point to unsigned short. Adjusted the code as ne... | skotlex | 10 | -113/+170 |
2006-03-26 | 5136,Louise's Santa_Hat lost its bonus. Gosh!! There are so many other EVEN i... | Lupus | 2 | -1/+2 |
2006-03-26 | Added missing slots to Alice Doll, Marionette Doll, Kabuki Mask & Kawaii_Ribbon | Lupus | 2 | -4/+6 |
2006-03-26 | - The status change timer mismatch error now also displays which status chang... | skotlex | 1 | -1/+1 |
2006-03-26 | - itemdb_exists and itemdb_searchname should now ignore dummy_item matches. | skotlex | 2 | -1/+5 |
2006-03-26 | - Fixed jstrescapecpy crashing when you pass a null string to parse. | skotlex | 3 | -1/+8 |
2006-03-26 | - Small change that may fix a crash in loggin guild chat? | skotlex | 1 | -1/+1 |
2006-03-26 | - Fixed the map-server freeze/crash on Warp Portal. | skotlex | 3 | -3/+3 |
2006-03-26 | - Walk/move functions will abort now when an area npc script triggers and mov... | skotlex | 1 | -4/+8 |
2006-03-25 | - Fixed Grandcross/Granddarkness showing no skill animation. | skotlex | 2 | -11/+26 |
2006-03-25 | - Fixed a pair of "Conditional jump or move depends on uninitialised value(s)... | skotlex | 1 | -0/+2 |
2006-03-25 | - Added a missing escape in logging chats. | skotlex | 2 | -4/+5 |
2006-03-25 | - Incremented the number of iterations to find a random stop to 100 as 50 see... | skotlex | 4 | -7/+4 |
2006-03-25 | - Fixed pet hatching. | skotlex | 2 | -4/+15 |
2006-03-25 | a bit more const work for valkyrie | Vicious | 1 | -9/+12 |
2006-03-25 | - Small change that SHOULD fix the pet duplication. Fixing pet incubator stil... | skotlex | 2 | -0/+4 |
2006-03-24 | - Fixed Warp Portal. | skotlex | 5 | -15/+19 |
2006-03-24 | * Fixed / finished most of Gunslinger [Reddozen] | reddozen | 7 | -43/+43 |
2006-03-24 | - Modified script commands atcommand/charcommand to execute even if there isn... | skotlex | 2 | -11/+40 |
2006-03-24 | - Cleaned up a bit the npc undercharging item warning to specify when it is d... | skotlex | 1 | -3/+7 |
2006-03-24 | - Some cleaning around the return to egg code. Pets should stop duplicating now. | skotlex | 3 | -29/+28 |
2006-03-24 | - Another mob_summon fix. Slave summoning SHOULD be working now. | skotlex | 1 | -1/+1 |
2006-03-24 | - Fixed skillidx not being set whenever a mob uses a skill. | skotlex | 3 | -3/+12 |
2006-03-24 | Replaced !sd->special_state.nocastcancel2 && something to (sd->special_state.... | blackhole89 | 2 | -2/+4 |
2006-03-24 | - Added function map_search_freecell to locate an available cell around an ar... | skotlex | 7 | -149/+133 |
2006-03-24 | - Some small, insignificant code cleanups in unit.c | skotlex | 1 | -16/+15 |
2006-03-24 | - Added unit.c to the VC8 project file, thanks to Joshuaali | skotlex | 4 | -0/+16 |
2006-03-24 | fixed Vulle's hat | Lupus | 2 | -1/+3 |
2006-03-24 | added missing ) | Lupus | 1 | -1/+1 |
2006-03-24 | - Fixed a crash in unit_useskill_pos2 | skotlex | 2 | -1/+2 |
2006-03-23 | Updated Valkyrie NPCs | Vicious | 2 | -59/+62 |
2006-03-23 | - Updated mob_db.sql and item_db.sql to latest txt versions. | skotlex | 3 | -646/+647 |
2006-03-23 | - Fixed Devotion not properly being cleared on death/near death in some cases. | skotlex | 3 | -0/+7 |
2006-03-23 | "castnodex&~1" | blackhole89 | 2 | -5/+6 |
2006-03-23 | - Modified pc_percent_heal to avoid overflow problems. | skotlex | 2 | -18/+28 |
2006-03-23 | - Changed the second entry in water_height.txt to use directly the rsw file, ... | skotlex | 2 | -171/+173 |
2006-03-23 | - Fixed Potion Pitcher sometimes crashing the server. | skotlex | 5 | -42/+59 |
2006-03-23 | * Added SantaPoring's water_height.txt modifications. | Lance | 2 | -1/+175 |
2006-03-23 | * Minor cleanups. | Lance | 6 | -3/+18 |
2006-03-23 | - Fixed compile error and missing field in the clone function. | skotlex | 2 | -3/+2 |
2006-03-23 | - Some cleanup. Fixed function pc_isCardAllowedOn causing searches for non-ex... | skotlex | 2 | -11/+20 |
2006-03-23 | - Changed Preserve's cost to 30sp | skotlex | 7 | -11/+8 |
2006-03-22 | - Merged the unit_data structure from jA for handling unit-related data (atta... | skotlex | 31 | -5452/+3628 |
2006-03-22 | - status_check_skilluse won't block skill-specific checks (silence, berserk, ... | skotlex | 6 | -116/+77 |
2006-03-22 | fixed Piercing shot, desperado, fullbuster damage | Vicious | 1 | -3/+3 |
2006-03-22 | - Some cleanups in irc.c | skotlex | 5 | -4/+16 |