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
/
chat.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-01-06
Replaced the remaining explicit casts with BL_CAST/BL_UCAST
Haru
1
-8
/
+8
2016-01-06
Replaced some map->id2sd calls with the proper map->id2XX function
Haru
1
-7
/
+7
2015-12-15
Added GPL-compliant header to all sources and build scripts
Haru
1
-4
/
+20
2015-10-19
rename malloc.c/h to memmgr.
Andrei Karas
1
-1
/
+1
2015-09-24
Add bl parameter to getcell functions.
Andrei Karas
1
-1
/
+1
2015-09-14
Add missing checks into chat.c
Andrei Karas
1
-0
/
+10
2015-08-15
HPM compatibility improvements
Haru
1
-0
/
+1
2015-06-19
Removed ".." from include directives
Haru
1
-14
/
+14
2015-06-01
Replaced some of the hardcoded values with constants (map)
Haru
1
-5
/
+5
2015-02-23
Hercules Ultimate Localization Design
shennetsind
1
-3
/
+3
2014-11-16
Whitespace cleanup (no code changes)
Haru
1
-16
/
+16
2014-05-30
Fixed typos inside src/
Shido
1
-1
/
+1
2014-05-13
Removed trailing whitespace (sources)
Haru
1
-3
/
+3
2014-05-10
Re-commit of "Fixed order of includes in all source files"
Haru
1
-10
/
+13
2014-05-10
Revert "Fixed order of includes in all source files"
panikon
1
-13
/
+10
2014-05-09
Fixed order of includes in all source files
Haru
1
-10
/
+13
2014-02-27
Cleaned up messages.conf
Haru
1
-1
/
+1
2014-01-14
Updated return values of some atcommands.
panikon
1
-66
/
+96
2014-01-12
Changed some void* to the correct data types where applicable
Haru
1
-1
/
+1
2013-12-15
Replaced pc->pc_has_permission/can_give_items/can_give_bound_items with equiv...
shennetsind
1
-2
/
+2
2013-12-09
Fixed some logic errors
shennetsind
1
-2
/
+2
2013-10-02
HPM: Map.c Completed
shennetsind
1
-1
/
+1
2013-09-27
HPM: Chat.c Completed
shennetsind
1
-25
/
+27
2013-09-27
Renamed iMap interface to map
Haru
1
-42
/
+32
2013-09-26
Renamed variables that would conflict with a rename of iMap to map
Haru
1
-4
/
+2
2013-09-25
Renamed more forgotten variables during interface conversions
Haru
1
-4
/
+4
2013-09-16
HPM: Npc.c Interface
shennetsind
1
-1
/
+1
2013-09-16
Corrected line endings and BOM issues with several files
Haru
1
-447
/
+447
2013-07-29
Permission cache overhaul
Piotr HaĆaczkiewicz
1
-2
/
+2
2013-07-29
Added chat interface
Susu
1
-424
/
+447
2013-06-07
Hercules Renewal Phase One : pc, party, map, timer
Susu
1
-20
/
+20
2013-04-17
Fixed Bug #7169
shennetsind
1
-4
/
+3
2013-03-30
Hercules Renewal: clif.c complete
shennetsind
1
-2
/
+2
2013-03-29
Hercules Renewal: clif.c
shennetsind
1
-27
/
+27
2013-03-02
Hercules Renewal: skill.c
shennetsind
1
-1
/
+1
2013-02-18
Improvements all over the place
shennetsind
1
-2
/
+2
2012-12-05
- Undid r16968: SVN Replaced with source:/trunk/src/@16966 (tid:74924).
brianluau
1
-280
/
+290
2012-11-25
Applied AStyle code formating as discussed on tid:74602.
greenboxal2
1
-290
/
+280
2012-11-11
Follow up to r16912 (bugreport:6435), the fix wasn't working because I was mi...
momacabu
1
-2
/
+8
2012-11-11
Fixed bugreport:6435, if you stand on a warp portal with chat room, after you...
momacabu
1
-0
/
+4
2012-10-29
-Add some src basic documentation.
glighta
1
-7
/
+7
2012-07-24
Moved a few messages from source to msg_athena.conf.
xazax-hun
1
-1
/
+1
2012-07-21
Fixed an old bug in waitingroom where NPCs weren't appearing into their chatr...
daegaladh
1
-1
/
+1
2012-02-13
- Added `libconfig` (configuration file library: http://www.hyperrealm.com/l...
gepard1984
1
-2
/
+2
2012-01-18
Optimized chat room kicking (r15487) so that it doesn't alloc a db map unnece...
shennetsind
1
-11
/
+8
2012-01-18
Added official behavior to chat room kicking, when you're kicked out of the c...
shennetsind
1
-4
/
+12
2011-04-05
- Completed L0ne's 2007 request for 'waitingroom' to support required zeny an...
Kisuka
1
-4
/
+30
2011-03-27
* Added separate character state for vending (like for buyingstore), instead ...
ai4rei
1
-2
/
+2
2011-02-19
* Implemented buying store system (aka. reverse vending, purchase shop) toget...
ai4rei
1
-1
/
+6
2010-10-09
Replaced all nullpo_retr() calls which returned 0 with nullpo_ret() calls.
Paradox924X
1
-8
/
+8
[next]