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-08-19
Ported battle.conf to libconfig
Haru
1
-1
/
+1
2016-08-13
Added atcommand config
Emistry
1
-2
/
+8
2016-08-10
Enable @b/joblvl trigger OnPCLvUpEvent
Emistry
1
-0
/
+3
2016-07-25
Added a missing entry into messages.conf and added some comments where missin...
epuncker
1
-6
/
+6
2016-07-14
Changed mmo_charstatus::status_point and mmo_charstatus::skill_point to int
Haru
1
-36
/
+12
2016-07-14
Changed map_session_data::change_level_2nd and map_session_data::change_level...
Haru
1
-2
/
+3
2016-07-14
Changed mmo_charstatus::base_level and mmo_charstatus::job_level to int
Haru
1
-11
/
+11
2016-07-14
Changed pc->maxbaselv() and pc->maxjoblv() to return signed int and take cons...
Haru
1
-5
/
+5
2016-07-02
Trivialities: indentation fixes
Haru
1
-5
/
+5
2016-06-30
Use item attribute as flags varible. Now only ATTR_BROKEN flag exists.
Andrei Karas
1
-2
/
+3
2016-06-25
Moved translations template generator to a plugin
Haru
1
-16
/
+0
2016-05-14
Fixed an issue that causes `@showmobs` to skip entries
Haru
1
-1
/
+1
2016-04-23
Removed the 'len' argument from clif_disp_onlyself() and clif->disp_message()
Haru
1
-5
/
+5
2016-04-23
Corrected the type of the 'length' argument of various broadcast-related func...
Haru
1
-5
/
+5
2016-04-23
Changed map_session_data::chatID to int (and renamed to chat_id)
Haru
1
-2
/
+2
2016-03-20
Dropped typedef from DBIterator
Haru
1
-9
/
+9
2016-03-20
Dropped typedefs from union DBKey and struct DBData
Haru
1
-5
/
+6
2016-03-20
Added separate char* and const char* data types to struct script_data
Haru
1
-12
/
+16
2016-03-20
Added const qualifier to some typecasts
Haru
1
-15
/
+13
2016-03-14
Dont load roulette_db.conf if roulette disabled.
Andrei Karas
1
-0
/
+2
2016-03-10
Add new logging types.
Andrei Karas
1
-1
/
+1
2016-03-06
Fixed a parsing issue in #commands
Haru
1
-111
/
+81
2016-02-28
Changed mob mode field to 32 bit, for future expansion
Haru
1
-1
/
+1
2016-02-27
Replaced various '-1' with the correct constant
Haru
1
-2
/
+2
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
[next]