index
:
ml/hercules
tmw2
Hercules
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
common
/
db.h
Age
Commit message (
Expand
)
Author
Files
Lines
2016-10-28
Fixed copyright year for 2016
Lemongrass3110
1
-1
/
+1
2016-10-07
Updated VECTOR_INIT() and VECTOR_ENSURE() to be more analyzer- (and human-rea...
Haru
1
-7
/
+10
2016-06-25
Implemented VECTOR_TRUNCATE
Haru
1
-0
/
+10
2016-03-20
Added separate char* and const char* data types to union DBKey
Haru
1
-0
/
+1
2016-03-20
Dropped typedef from DBMap
Haru
1
-53
/
+54
2016-03-20
Dropped typedef from DBIterator
Haru
1
-17
/
+19
2016-03-20
Dropped typedefs from union DBKey and struct DBData
Haru
1
-59
/
+59
2016-03-20
Removed typedefs from db-related enums
Haru
1
-73
/
+80
2016-01-09
Sanitized various macros
Haru
1
-2
/
+2
2015-12-15
Added GPL-compliant header to all sources and build scripts
Haru
1
-3
/
+21
2015-10-11
Fixed various compiler warnings (follow-up to 5c22b63)
Haru
1
-1
/
+1
2015-10-11
Changed VECTOR/BHEAP/ARRAY macros to discourage usage of unsigned loop counters.
Haru
1
-17
/
+17
2015-10-11
Removed reserved identifiers from db.h (VECTOR, BHEAP implementations)
Haru
1
-561
/
+738
2015-09-25
More aggressive whitespace cleanup. Follow up to 51329e6
Haru
1
-111
/
+0
2015-08-15
HPM compatibility improvements
Haru
1
-4
/
+4
2015-06-19
Removed ".." from include directives
Haru
1
-2
/
+2
2015-06-01
Replaced some of the hardcoded values with constants (misc)
Haru
1
-11
/
+11
2015-01-12
Blocked compilation of plugins that use unavailable functions
Haru
1
-0
/
+2
2014-11-16
Whitespace cleanup (no code changes)
Haru
1
-3
/
+3
2014-11-16
Moved DB_s into db.c
Haru
1
-1
/
+1
2014-10-04
Pathfinding now works exactly as on the client
Michieru
1
-0
/
+99
2014-07-11
Removed some c++ compatibility definitions
Haru
1
-3
/
+3
2014-07-11
Fixed reserved __identifier violations
Haru
1
-3
/
+3
2014-05-30
Fixed typos inside src/
Shido
1
-3
/
+3
2014-05-13
Removed trailing whitespace (sources)
Haru
1
-20
/
+20
2014-05-10
Re-commit of "Fixed order of includes in all source files"
Haru
1
-1
/
+2
2014-05-10
Revert "Fixed order of includes in all source files"
panikon
1
-2
/
+1
2014-05-09
Fixed order of includes in all source files
Haru
1
-1
/
+2
2014-02-02
Introducing HPM Datacheck
shennetsind
1
-3
/
+3
2014-01-12
Changed some void* to the correct data types where applicable
Haru
1
-2
/
+2
2014-01-11
Hercules 1st 2014 MegaPatch
shennetsind
1
-39
/
+85
2013-12-17
Fixed several compiler warnings
Haru
1
-2
/
+4
2013-11-19
Sanitized and improved several macros through the code
Haru
1
-6
/
+6
2013-09-29
Provided argument-list equivalent for several variadic functions
Haru
1
-6
/
+7
2013-07-22
Binary heap fix & improvement.
Piotr HaĆaczkiewicz
1
-7
/
+12
2013-06-08
Follow up d73783f22b2bb881aab74524d153d89a5932a199
shennetsind
1
-44
/
+44
2013-06-07
Hercules Renewal Phase One : pc, party, map, timer
Susu
1
-44
/
+44
2013-05-17
Follow up b3bc657a44a9fbdd1730f569855e25ccd0f8dd01
shennetsind
1
-59
/
+64
2013-05-17
ERS Report Redesign
shennetsind
1
-5
/
+5
2013-05-17
- Made DB and malloc lib HPM-friendly
Susu
1
-59
/
+64
2012-12-05
- Undid r16968: SVN Replaced with source:/trunk/src/@16966 (tid:74924).
brianluau
1
-520
/
+521
2012-11-25
Applied AStyle code formating as discussed on tid:74602.
greenboxal2
1
-521
/
+520
2012-03-13
- Added missing parameter to `db_iput` and `db_uiput` macros (follow-up to r...
gepard1984
1
-8
/
+8
2012-03-13
Enhanced `DBMap` implementation to allow storing integer type data in additio...
gepard1984
1
-67
/
+190
2012-03-04
- Guild Castle code cleanup:
gepard1984
1
-0
/
+1
2011-12-11
* Merged changes up to eAthena 15032.
eathenabot
1
-48
/
+15
2011-09-08
* Fix C++ compilation issues.
flaviojs
1
-3
/
+3
2011-06-16
Moved DBMap's string maxlen parameter translation (0 -> UINT16_MAX) to its in...
ultramage
1
-5
/
+1
2011-06-16
* Merges from charmerge:
flaviojs
1
-0
/
+14
2009-06-20
- Instancing System (Thanks to Sirius White who did most of the code, with so...
zephyrus
1
-0
/
+3
[next]