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
/
chrif.c
Age
Commit message (
Expand
)
Author
Files
Lines
2007-01-07
Undid the memset->malloc_set replacement
ultramage
1
-4
/
+4
2006-12-23
- Moved "#include <limits.h>" to cbasetypes.h to ensure it's included before ...
FlavioJS
1
-1
/
+1
2006-12-05
- Massive EOL normalization & 'svn:eol-style native' flag setting for all txt...
FlavioJS
1
-1636
/
+1636
2006-12-04
- Changed some pc_authfails to clif_authfail_fd since pc_authfail prints erro...
skotlex
1
-2
/
+2
2006-12-03
- Removed sd->sex since it's redundant (we can always use sd->status.sex)
skotlex
1
-7
/
+2
2006-12-01
- Fixed txt-converter compilation.
skotlex
1
-5
/
+5
2006-11-29
- Some cleaning on the homunc speed calculating code, so that it correctly us...
skotlex
1
-5
/
+5
2006-11-23
- Made WFIFOHEAD() check for available buffer size remaining on the connectio...
skotlex
1
-4
/
+6
2006-11-09
- Fixed status-change loading not working.
skotlex
1
-2
/
+0
2006-08-31
- Moved the intimacy penalty of HFLI_SBR44 and HVAN_EXPLOSION to skill_counte...
skotlex
1
-1
/
+4
2006-08-27
* Optional macro MEMSET_TURBO for faster low-level memory initializations.
Lance
1
-4
/
+4
2006-08-15
- Updated vc-project files to compile with the new int_homun files.
skotlex
1
-3
/
+1
2006-07-18
- Updated mob_db.sql to current mob_db.txt data.
skotlex
1
-1
/
+1
2006-07-17
Orn's and Albator's Homunculus system, finally, YAY!!
DracoRPG
1
-0
/
+1
2006-07-12
- Fixed Cart Termination's damage.
skotlex
1
-12
/
+15
2006-07-11
- Fixed clif_parse not checking for func_parse before sending data to the con...
skotlex
1
-11
/
+2
2006-07-10
- Login-sql server will no longer change an account's state to "7" when banni...
skotlex
1
-2
/
+2
2006-07-10
- Added login-char packet 0x2737. Sets all characters offline (login-server s...
skotlex
1
-23
/
+3
2006-07-07
- Some cleaning of the Sage endow skills.
skotlex
1
-0
/
+4
2006-07-07
- Okay, added a chrif_save_ack packet to the char-server so now the map serve...
skotlex
1
-4
/
+21
2006-06-29
- Made the map server send list of characters online to the char-server on re...
skotlex
1
-2
/
+1
2006-06-29
- Fixed guild storage being "eternally in use" if you quit/logout before clos...
skotlex
1
-1
/
+1
2006-06-29
- Some indentation corrections.
skotlex
1
-2
/
+2
2006-06-28
- Map server will now resent the whole list of online characters to char-serv...
skotlex
1
-0
/
+4
2006-06-27
- Cleaned up the IP sync code to...
skotlex
1
-15
/
+17
2006-06-27
- Fixed indentation on int_pet.c (how did it got messed up?)
skotlex
1
-4
/
+2
2006-06-22
* [Fixed]:
Lance
1
-1
/
+1
2006-06-22
- Tested and fixed resolve_hostbyname.
skotlex
1
-13
/
+11
2006-06-21
- Added function parse_hostbyname() which takes a hostname and a char[4]. The...
skotlex
1
-6
/
+6
2006-06-21
- and the documentation
Lance
1
-2
/
+2
2006-06-21
* [Added]:
Lance
1
-1
/
+16
2006-06-19
- Removed the mysterious array of two of char_dat (char/sql server), replaced...
skotlex
1
-1
/
+1
2006-06-15
- Altered a bit how status_set_viewdata behaves in regards to Wedding/Xmas op...
skotlex
1
-3
/
+5
2006-06-05
- Fixed skill_unitsetting using layout->count for the for instead of group->c...
skotlex
1
-8
/
+6
2006-06-03
- Added variable other_mapserver_count to chrif.c which holds total count of ...
skotlex
1
-11
/
+13
2006-06-01
[Fixed]:
Lance
1
-1
/
+1
2006-06-01
[Fixed]:
Lance
1
-5
/
+5
2006-05-31
- Moved the JOB_* defines from map.h to mmo.h, update char.c to use them.
skotlex
1
-1
/
+1
2006-05-31
- Some cleaning of the fame-update code, fixing a logic bug which made the ra...
skotlex
1
-1
/
+1
2006-05-26
I'm still here!
DracoRPG
1
-13
/
+44
2006-05-01
Dangling pointer~
Lance
1
-1
/
+1
2006-05-01
* Fixed lack of initialization in chrif_authreq causing crashes in chrif_authok.
Lance
1
-2
/
+2
2006-04-29
* Using malloc for memory allocations that doesn't need to be pre-initialized.
Lance
1
-3
/
+3
2006-04-25
- All GMs will be sent to the char server through packet 0x2aff now.
skotlex
1
-7
/
+3
2006-04-13
- Added an Info message when pinging the SQL servers.
skotlex
1
-1
/
+0
2006-04-11
- Fixed various include lines in the map server (of the type <include "nullpo...
skotlex
1
-4
/
+5
2006-03-28
- Added missing limits.h to chrif.c
skotlex
1
-0
/
+1
2006-03-27
* GCC on Cygwin still complaining, resorted to including limits.h in malloc.h
Lance
1
-1
/
+0
2006-03-27
* Refixed the fix with a constant list for Win32 users - limits.h (imported f...
Lance
1
-4
/
+1
2006-03-27
Fixed a problem in chrif.c where USHRT_MAX was undefined. [Codemaster]
codemaster
1
-0
/
+4
[next]