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
/
atcommand.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-02-19
Fix all known warnings from compiler flags -Wformat*
Andrei Karas
1
-8
/
+8
2016-02-19
Fix some cast discards 'const' qualifier from pointer target type warnings.
Andrei Karas
1
-11
/
+11
2016-02-17
Removed unnecessary typedefs from libconfig
Haru
1
-9
/
+9
2016-02-17
Renamed config->read_file to config->load_file
Haru
1
-3
/
+3
2016-01-29
Merge pull request #1105 from dastgir/20-SendFix
Haru
1
-7
/
+11
2016-01-16
Removed Hard Coded data for SC_ALL_RIDING.
Jedzkie
1
-1
/
+2
2016-01-16
Fixes crash with @send
Dastgir
1
-7
/
+11
2016-01-12
Replaced 22-bit mask entry with a regular uint32 in the noviewid mapflag impl...
Haru
1
-1
/
+1
2016-01-06
Replaced some map->id2sd calls with the proper map->id2XX function
Haru
1
-7
/
+5
2016-01-06
Replaced some explicit casts with BL_UCAST/BL_UCCAST
Haru
1
-5
/
+13
2016-01-06
Replaced some explicit casts with BL_UCAST/BL_UCCAST
Haru
1
-45
/
+35
2016-01-06
Change all TBL_HOM to struct homun_data as per style guidelines
hemagx
1
-1
/
+1
2016-01-06
Change all TBL_MOB to struct mob_data as per strly guidelines
hemagx
1
-2
/
+2
2016-01-06
Change all TBL_PC to struct map_session_data as per style guidelines
hemagx
1
-31
/
+23
2016-01-05
Added Support for BodyStyle
Dastgir
1
-1
/
+28
2016-01-05
Merge pull request #1058 from Emistry/scriptcommand_getitem2
Dastgir
1
-2
/
+1
2016-01-03
Rewritten skill_tree parser in a more robust way
Haru
1
-12
/
+11
2016-01-03
Fix *getitem2 and @item2 refine bug.
Emistry
1
-2
/
+1
2015-12-28
Added homun_id enum, replaced numeric constants with enum members
Haru
1
-2
/
+2
2015-12-28
Standardized (source) mob_id enum
Haru
1
-1
/
+1
2015-12-25
Implemented NoViewID
Dastgir
1
-3
/
+5
2015-12-22
Ensured 32+1 bytes for all buffers that hold variable names
Haru
1
-3
/
+4
2015-12-20
Fix some issues with the @help command.
Kpy!
1
-3
/
+3
2015-12-17
Change all chat mute checks to use pc->can_talk instead of direct check.
hemagx
1
-13
/
+5
2015-12-15
Added GPL-compliant header to all sources and build scripts
Haru
1
-4
/
+20
2015-12-04
Merge pull request #910 from dastgir/idle
Andrei Karas
1
-2
/
+1
2015-12-04
Added a function to update idle time
Dastgir
1
-2
/
+1
2015-10-26
Fix Crash when message is not defined
Dastgir
1
-2
/
+2
2015-10-19
rename malloc.c/h to memmgr.
Andrei Karas
1
-1
/
+1
2015-10-04
Added clif->packet() to retrieve info about a packet.
Haru
1
-4
/
+4
2015-09-30
Refactored ACMD(jobchange)
Haru
1
-42
/
+41
2015-09-25
More aggressive whitespace cleanup. Follow up to 51329e6
Haru
1
-25
/
+14
2015-09-24
Add bl parameter to map_searchrandfreecell and map_addflooritem.
Andrei Karas
1
-1
/
+1
2015-09-24
Add bl parameter to getcell functions.
Andrei Karas
1
-8
/
+8
2015-09-21
Corrected a VisualStudio compile issue.
Haru
1
-6
/
+15
2015-09-18
Clarified intent in various side-effect assignments
Haru
1
-1
/
+1
2015-09-18
Follow-up to ba9c1cc16cb8f696a50d0ae928b6e8a19086405b
Haru
1
-10
/
+10
2015-09-14
Add missing checks into channel.c
Andrei Karas
1
-1
/
+1
2015-09-14
Add missing checks into atcommand.c
Andrei Karas
1
-503
/
+523
2015-08-26
Fix buffer overflow in @set command. Closes #667
Andrei Karas
1
-1
/
+1
2015-08-17
Removed some useless variables reported by the Clang static analyzer
Haru
1
-14
/
+8
2015-08-15
Added core HPM interface
Haru
1
-2
/
+2
2015-08-15
HPM compatibility improvements
Haru
1
-0
/
+1
2015-08-15
Moved session array into the socket interface
Haru
1
-1
/
+1
2015-08-15
Cleaned up socket interface
Haru
1
-2
/
+2
2015-07-25
Reduce memory usage in HPM in skill.c
Andrei Karas
1
-7
/
+7
2015-07-05
Updated cash atcommand.
Emistry
1
-2
/
+6
2015-06-19
Removed ".." from include directives
Haru
1
-46
/
+46
2015-06-02
Follow-up to 42e1df9
Haru
1
-1
/
+1
2015-06-02
Follow-up to 544a75b
Haru
1
-3
/
+3
[next]