Age | Commit message (Expand) | Author | Files | Lines |
2006-06-07 | - Removed char_nick2id from char-sql server as it's no longer needed. | skotlex | 1 | -2/+6 |
2006-06-05 | - Fog of Wall won't affect the caster now in any way. | skotlex | 1 | -3/+8 |
2006-06-02 | - Fixed a bug in unit_can_reach_bl which breaks path seeking when the target ... | skotlex | 1 | -3/+3 |
2006-06-01 | - SC_ORCISH will now be dispelled on logout (if debufF_on_logout is set) | skotlex | 1 | -0/+2 |
2006-05-30 | - Call Slave now invokes slaves on a 5x5 area around master. | skotlex | 1 | -0/+1 |
2006-05-30 | * [Added] | Lance | 1 | -1/+1 |
2006-05-30 | - Removed the on-die specific code from unit_remove_map and placed it on the ... | skotlex | 1 | -25/+3 |
2006-05-30 | - Small optimization in battle_check_target | skotlex | 1 | -3/+2 |
2006-05-27 | - Added structure status_data which holds status-related information (str, ag... | skotlex | 1 | -78/+54 |
2006-05-26 | * Patches to allow everything to work right. + 1 more sample script. | Lance | 1 | -2/+2 |
2006-05-26 | * Change scripting engine's NPC scope vars to dot (.) style. | Lance | 1 | -1/+0 |
2006-05-25 | * Fixed mob control commands. | Lance | 1 | -0/+2 |
2006-05-24 | - Merged item_db.sql from stable :B | skotlex | 1 | -1/+1 |
2006-05-08 | - Removed the fixpos packet sending when damaged. Aegis sends no such packet. | skotlex | 1 | -2/+2 |
2006-05-05 | - Now when walkdelay is set to 0, characters will stop walking when hit, but ... | skotlex | 1 | -3/+8 |
2006-05-04 | - Some clean-ups in the mob_ai | skotlex | 1 | -1/+0 |
2006-05-02 | - Fixed Jump Kick's range to 9. | skotlex | 1 | -0/+2 |
2006-04-28 | - skill_castend_id and skill_castend_pos will trigger unit_stop_walking with ... | skotlex | 1 | -5/+0 |
2006-04-27 | - Applied some changes in unit.c to make mobs pick chase paths as they should. | skotlex | 1 | -10/+3 |
2006-04-27 | - unit_remove_map will reset attackable-time, canact and canwalk delays. | skotlex | 1 | -0/+1 |
2006-04-27 | - Fixed unit_attack_timer mismatch warnings (this was solved yesterday, but I... | skotlex | 1 | -2/+5 |
2006-04-24 | - Idle skills won't trigger while the mob is walking. | skotlex | 1 | -6/+5 |
2006-04-21 | - SC_CLOAKING's val4 now holds whether cloaking ends or not on attack. | skotlex | 1 | -21/+4 |
2006-04-20 | - Added back the "you can't walk delay while attacking" to unit_attack_timer,... | skotlex | 1 | -3/+1 |
2006-04-17 | - skill_clear_unitgroup is now invoked in unit_remove_map only on death if th... | skotlex | 1 | -2/+5 |
2006-04-17 | - Fixed pet being incorrectly removed when it had intimacy 0. | skotlex | 1 | -1/+1 |
2006-04-17 | - Added state.running to unit_data to make it easier to check for running cha... | skotlex | 1 | -43/+68 |
2006-04-17 | - Fixed TK_RUN having a cast-bar when attempting to stop-running and generati... | skotlex | 1 | -4/+8 |
2006-04-17 | - Fixed the first call to the walk timers having the tick interval halved, wh... | skotlex | 1 | -5/+14 |
2006-04-16 | - Cleared ud->target on remove-map, it should fix the phantom mob sprite issue. | skotlex | 1 | -3/+7 |
2006-04-13 | - Changed slave chasing from using unit_walktobl to map_search_freecell + uni... | skotlex | 1 | -1/+1 |
2006-04-11 | - Changed clif_damage/clif_skill_damage to return the walk-delay based on the... | skotlex | 1 | -41/+2 |
2006-04-11 | - Added ers handling for skill_timerskill structures. | skotlex | 1 | -2/+0 |
2006-04-11 | - Modified unit_walktoxy_sub to always move at least one cell when a large ch... | skotlex | 1 | -10/+5 |
2006-04-11 | - Multiple optimizations to the unit_data auto-chase upgrade, also simplified... | skotlex | 1 | -109/+95 |
2006-04-11 | - Finished fixing the unit_data auto-case update. Still need to do some optim... | skotlex | 1 | -3/+13 |
2006-04-11 | - Fixes to the unit_data update that lets characters auto-chase while attacking. | skotlex | 1 | -25/+16 |
2006-04-10 | - Modified the unit_data structure to handle automatically switching between ... | skotlex | 1 | -24/+203 |
2006-04-07 | - Fixed pc_setpos ignoring the clrtype sent to it. | skotlex | 1 | -2/+2 |
2006-04-01 | - Added structure view_data to handle sprite information for all characters (... | skotlex | 1 | -103/+24 |
2006-03-30 | - the auth function in login.c won't jstrescapecpy passwords that were encryp... | skotlex | 1 | -3/+3 |
2006-03-29 | - Some cleaning of the mob_ai. Mobs should stop chasing once you are beyond t... | skotlex | 1 | -3/+3 |
2006-03-28 | - Fixed Wedding support skills healing yourself instead of partner. | skotlex | 1 | -3/+3 |
2006-03-28 | - Fixed summon mobs being able to cast "summon" skills. | skotlex | 1 | -0/+9 |
2006-03-26 | - Walk/move functions will abort now when an area npc script triggers and mov... | skotlex | 1 | -4/+8 |
2006-03-25 | - Incremented the number of iterations to find a random stop to 100 as 50 see... | skotlex | 1 | -1/+0 |
2006-03-24 | Replaced !sd->special_state.nocastcancel2 && something to (sd->special_state.... | blackhole89 | 1 | -2/+2 |
2006-03-24 | - Added function map_search_freecell to locate an available cell around an ar... | skotlex | 1 | -17/+19 |
2006-03-24 | - Some small, insignificant code cleanups in unit.c | skotlex | 1 | -16/+15 |
2006-03-24 | - Fixed a crash in unit_useskill_pos2 | skotlex | 1 | -1/+1 |