index
:
ml/hercules
tmw2
Hercules
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
map
/
pc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-08-14
Update pc_steal_coin parameter
Emistry
1
-6
/
+7
2016-07-25
Added a missing entry into messages.conf and added some comments where missin...
epuncker
1
-4
/
+4
2016-07-14
Merge pull request #1361 from HerculesWS/coverity-fixes
Andrei Karas
1
-60
/
+59
2016-07-14
Fixes warp facing direction.
KirieZ
1
-0
/
+5
2016-07-14
Changed mmo_charstatus::status_point and mmo_charstatus::skill_point to int
Haru
1
-6
/
+7
2016-07-14
Changed map_session_data::change_level_2nd and map_session_data::change_level...
Haru
1
-22
/
+19
2016-07-14
Changed mmo_charstatus::base_level and mmo_charstatus::job_level to int
Haru
1
-24
/
+24
2016-07-14
Changed various functions to take a const sd
Haru
1
-6
/
+6
2016-07-14
Changed pc->maxbaselv() and pc->maxjoblv() to return signed int and take cons...
Haru
1
-11
/
+12
2016-07-14
Fixed Coverity CID 150315: Integer overflowed argument
Haru
1
-13
/
+13
2016-07-02
Trivialities: indentation fixes
Haru
1
-4
/
+4
2016-07-01
Merge pull request #1328 from HerculesWS/exp_fixes
Haru
1
-25
/
+61
2016-06-30
Use item attribute as flags varible. Now only ATTR_BROKEN flag exists.
Andrei Karas
1
-1
/
+1
2016-06-29
Fix EXP modifiers to match aegis modifiers calclution.
hemagx
1
-25
/
+61
2016-06-24
Add missing checks in pc.c
Andrei Karas
1
-9
/
+115
2016-05-08
Fixed various issues pointed out by cppcheck
Haru
1
-11
/
+12
2016-04-30
Corrected truncation of the last letter in whisper messages
Haru
1
-1
/
+1
2016-04-23
Corrected the type of the 'length' argument of other message-related functions
Haru
1
-1
/
+1
2016-04-23
Removed the 'len' argument from clif_disp_onlyself() and clif->disp_message()
Haru
1
-6
/
+6
2016-04-23
Corrected the type of the 'length' argument of various broadcast-related func...
Haru
1
-3
/
+3
2016-04-23
Changed map_session_data::chatID to int (and renamed to chat_id)
Haru
1
-2
/
+2
2016-04-23
Removed some code duplication in chat processing functions
Haru
1
-0
/
+31
2016-04-23
Split supernovice angel call message detection to its own function
Haru
1
-0
/
+53
2016-03-20
Dropped typedefs from union DBKey and struct DBData
Haru
1
-4
/
+5
2016-03-20
Removed unnecessary typedefs from sql.h
Haru
1
-0
/
+1
2016-03-10
Add new logging types.
Andrei Karas
1
-8
/
+8
2016-03-06
Show call stacks if try to apply unknown bonus.
Andrei Karas
1
-0
/
+5
2016-03-03
Add missing initialisation in sd.
Andrei Karas
1
-0
/
+1
2016-02-28
Changed mob mode field to 32 bit, for future expansion
Haru
1
-5
/
+12
2016-02-24
Added const qualifier to several variable/argument pointers
Haru
1
-1
/
+2
2016-02-23
Corrected some warnings in Visual Studio
Haru
1
-2
/
+2
2016-02-21
Changing Job field to 'int64'
Dastgir
1
-2
/
+2
2016-02-19
Fix all known warnings from compiler flags -Wformat*
Andrei Karas
1
-6
/
+6
2016-02-17
Removed unnecessary typedefs from libconfig
Haru
1
-5
/
+5
2016-02-17
Renamed config->read_file to config->load_file
Haru
1
-3
/
+1
2016-01-29
Replaced several floating-point operations with integer operations
Haru
1
-46
/
+55
2016-01-16
Added OneClickIdentify packet
Dastgir
1
-0
/
+16
2016-01-06
Replaced the remaining explicit casts with BL_CAST/BL_UCAST
Haru
1
-7
/
+4
2016-01-06
Replaced some explicit casts with BL_UCAST
Haru
1
-10
/
+9
2016-01-06
Replaced some map->id2sd calls with the proper map->id2XX function
Haru
1
-9
/
+10
2016-01-06
Replaced some explicit casts with BL_UCAST/BL_UCCAST
Haru
1
-14
/
+26
2016-01-06
Replaced some explicit casts with BL_UCAST/BL_UCCAST
Haru
1
-3
/
+3
2016-01-06
Change all TBL_PET to struct pet_data as per style guidelines
hemagx
1
-1
/
+1
2016-01-06
Change all TBL_MER to struct mercenary_data as per style guidelines
hemagx
1
-1
/
+1
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
-11
/
+10
2016-01-05
Added Support for BodyStyle
Dastgir
1
-0
/
+17
2016-01-03
Rewritten skill_tree parser in a more robust way
Haru
1
-147
/
+243
2015-12-25
Merge pull request #1009 from Jedzkie/ItemDB_Updates
Dastgir
1
-12
/
+27
[next]