index
:
evol/hercules
jak1/ci_fix
jak1/remove_unusable_console_output
master
rebased
test
tmphpm
The Mana World fork of Hercules. This is vanilla Hercules with a few tiny modifications for our specific needs. Mutually-beneficial modifications are contributed upstream.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
map
/
map.c
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
* Partially removed the usage of 'flags' to direct the execution path in skil...
ultramage
1
-1
/
+1
2007-10-10
* Fixed itemdb_read_sqldb blowing up the server with segmentation faults.
FlavioJS
1
-1
/
+1
2007-10-06
* the mapserver won't exit when no mapcache is found, with use_grf: yes
ultramage
1
-34
/
+17
2007-10-04
* Corrected Icewall skill to be closer to official behavior (part of bugrepor...
ultramage
1
-4
/
+4
2007-09-27
* Loot code using charid's instead of id's in pick priority.
FlavioJS
1
-4
/
+4
2007-09-25
* Fixed the double free's caused by r11290 (wrong option in the database cons...
FlavioJS
1
-2
/
+2
2007-09-25
* Disabled tick cache (to enable it: define TICK_CACHE to the number of calls...
FlavioJS
1
-61
/
+123
2007-09-23
* map_addflooritem and struct item_drop_list using id's instead of struct map...
FlavioJS
1
-27
/
+9
2007-09-20
* Merged the tmpsql branch:
FlavioJS
1
-80
/
+58
2007-09-11
- Corrected /invite letting you invite people even if you are not the party l...
skotlex
1
-0
/
+6
2007-09-10
* Added a safeguard to skill_get_unit_layout() against incorrectly defined la...
ultramage
1
-2
/
+2
2007-09-10
- Removed bonus bAddEffWhenHitShort as it is unneeded and unused.
skotlex
1
-2
/
+8
2007-08-19
* Cleaned/clarified some #include relationships between headers
ultramage
1
-11
/
+11
2007-08-16
* Fixed npc chatrooms not being deleted on npc unload/reload (crash)
ultramage
1
-1
/
+1
2007-08-15
* Some serious code cleanups
ultramage
1
-2
/
+2
2007-08-14
- Modified map_foreachinrange so that you can also specify the max length of ...
skotlex
1
-7
/
+16
2007-08-12
* Replaced some mob_avail.txt entries with a simple example entry
ultramage
1
-33
/
+11
2007-08-09
- stable -> trunk sync
ultramage
1
-31
/
+12
2007-08-08
* Cleaned up junk left in the code by the mapcache/mapindex update
ultramage
1
-2
/
+2
2007-07-06
* Cleaned up some nasty code related to skill_blown
ultramage
1
-27
/
+37
2007-07-03
- Re-coded 'soundeffectall'; removed the third parameter ('coverage')
ultramage
1
-6
/
+6
2007-07-01
Cleaned up some parts of the code.
ultramage
1
-8
/
+8
2007-06-11
- Fixed pet equip not displaying correctly at all (closes topic:153753)
ultramage
1
-1
/
+2
2007-06-03
- Fixed missing client update when 'return to savepoint' fails
ultramage
1
-1
/
+1
2007-05-25
Corrected some weird fgets() statements, plus reformatted them
ultramage
1
-2
/
+4
2007-05-23
- Added new flag to skill_castnodex.txt, to allow per-skill tweaking of cast ...
ultramage
1
-1
/
+1
2007-05-21
- Removed the TURBO socket mechanism - it was in fact just using a variable t...
ultramage
1
-3
/
+1
2007-05-19
Reformatting @_@
ultramage
1
-176
/
+176
2007-05-19
Fixed server crashes when you use long hostnames (/thx to Ancyker)
ultramage
1
-3
/
+3
2007-05-05
- imported the latest working grfio code from stable
ultramage
1
-13
/
+6
2007-05-04
adding read-from-GRF/GAT back in. Read Changelog-Trunk.txt for more details.
blackhole89
1
-2
/
+104
2007-04-18
- Now @whogm hides perfect-hide gms only if their GM level is greater than th...
skotlex
1
-4
/
+1
2007-04-18
- Some more cleanups that should prevent the double-login issue even further.
skotlex
1
-7
/
+9
2007-04-11
- Trade-requests now fail if the target is in a NPC.
skotlex
1
-1
/
+2
2007-04-07
- Added function str2ip() to do platform-safe conversions
ultramage
1
-0
/
+1
2007-04-07
- Moved e_mail_check() and config_switch() to strlib.h
ultramage
1
-15
/
+3
2007-04-06
I'm still here!
DracoRPG
1
-40
/
+30
2007-04-05
Fixing several compilation & runtime problems
ultramage
1
-2
/
+2
2007-04-05
* Made a crazy attempt to at least partially synchronize login&char code
ultramage
1
-11
/
+10
2007-04-02
* Some source code cleaning
ultramage
1
-33
/
+18
2007-03-29
- Added "do_abort" function to the core. It is invoked when the server has re...
skotlex
1
-0
/
+28
2007-03-28
- Added defines script_getnum and script_getstr to further simplify variable ...
skotlex
1
-4
/
+0
2007-03-27
- Moved coma to skill_additional_effect, added special_state.bonus_coma to pr...
skotlex
1
-1
/
+1
2007-03-27
- Removed a missing file reference in the athena-start script
ultramage
1
-1
/
+1
2007-03-26
- Fixed # commands not being blocked when muted if the mute config settings s...
skotlex
1
-2
/
+2
2007-03-20
- Removed Magic Rod's cast bar.
skotlex
1
-0
/
+2
2007-03-19
Increased MAX_STATUCHANGE to 300 so we won't get the same error over and over...
DracoRPG
1
-5
/
+8
2007-03-18
- Removed the old 'mapserver charsave' mechanism
ultramage
1
-89
/
+21
2007-03-13
Mapcache update, should polish off remaining bugs
DracoRPG
1
-15
/
+7
2007-03-12
- Cleaned up the implementation of party_send_movemap, it should fix the clie...
skotlex
1
-1
/
+1
[next]