akkadius
251e940fe8
zonedb.h forward declarations
...
zonedb.cpp #include cleanup
2014-11-29 04:18:18 -06:00
Akkadius
08e787da59
Replaced atoll with more appropriate macro atoul
2014-11-26 00:24:31 -06:00
Akkadius
b43cfa126f
Renamed SetPKItem to SetPlayerKillItemID
...
Renamed AllowMobLoot to AllowPlayerLoot
Renamed DepopCorpse (PC) to DepopPlayerCorpse
Renamed GetPKItem to GetPlayerKillItem
Renamed Corpse class variable 'orgname' to 'corpse_name'
Renamed CompleteRezz to CompleteResurrection
Renamed GetDBID to GetCorpseDBID
Removed CorpseToServerSlot as it is unnecessary
Removed ServerToCorpseSlot as it is unnecessary
Reogrganized corpse.h header
2014-11-25 23:54:59 -06:00
Akkadius
fbaae2b1e4
Renamed Corpse::LoadFromDBData to Corpse* Corpse::LoadCharacterCorpseEntity
...
Corpse Private class descriptors added
General cleanup
2014-11-25 23:17:08 -06:00
Akkadius
0598f7e87c
Fixed an issue that has surfaced with new code behaving how it should, breaking old code. Naked corpses were not despawning on their decay timers because of incorrect return logic on a database function
...
Removed ClearCorpseItems as it is no longer necessary as corpses deleted items appropriately when they are removed from the corpse
General cleanup of functions and variables in corpse code
2014-11-25 22:47:50 -06:00
Akkadius
3c2b8d13b9
Restructure and refactoring of database convert/upgrade check routine, breaking out to individual functions
2014-11-23 23:46:06 -06:00
Akkadius
e4f45d7b35
Removed DBCore::RunQuery
...
Converted last corpse.cpp function that mixed database code with corpse code
2014-11-23 22:57:46 -06:00
Akkadius
c30850f00a
Rest of ZoneDB Corpse functions converted to new API
2014-11-23 22:33:57 -06:00
Akkadius
ce248d83d6
Corpse Class Private scope variables renamed for understandability across the source
...
Removed ThrowDBError from the source
Implemented MySQL query error log at the root of the MySQL API
Readability changes
2014-11-23 21:37:42 -06:00
Akkadius
6b67c3736b
Increased Max charge or stack count on corpses to uint16 (Beyond 1k)
...
Fixed the deletion of items so that they occur immediately when removed from corpse instead of clicking 'Done'
Fixed loading of item tints and other fields since atoi caps at 2147483647
2014-11-23 19:51:01 -06:00
Akkadius
3b51aebb51
More load and delete changes for corpses
2014-11-23 17:49:56 -06:00
Akkadius
12ceac4c02
Corpses properly loading now
2014-11-23 15:55:38 -06:00
Akkadius
7fa1256c5d
...
2014-11-23 01:04:50 -06:00
Akkadius
f328853251
More restructures, non-working state
2014-11-22 23:28:20 -06:00
Akkadius
d1b0564698
Changing corpse loading structure
2014-11-22 18:43:23 -06:00
Akkadius
111fb84041
Moved zonedatabase functions out of corpse.cpp
...
Conversion portion mostly complete
Some header readability cleanup
Some function renaming
Struct renaming
Many variable renaming
MySQL error log for all of QueryDatabase
Corpse table renaming
Corpse table field renaming
Most corpse database functions redone
2014-11-22 17:55:48 -06:00
Trevius
c5a90adb39
Grouping with Mercenaries is considerably less buggy.
2014-11-22 00:22:12 -06:00
KimLS
c506e33018
Fixed merge
2014-11-18 21:12:48 -08:00
Trevius
a6b9e6cb3c
Trevius: Mercenaries can now zone once again.
2014-11-18 01:02:11 -06:00
cavedude00
8594148496
Fixed npc_types_tint not being loaded properly.
2014-11-12 11:29:10 -08:00
Akkadius
51958b991c
Cleaner way to handle out of range and swaps
2014-11-02 22:30:29 -06:00
Akkadius
771279128d
Added out of range checking for Spell Save/Loads
2014-11-02 21:16:04 -06:00
JJ
43e906e3c8
Manual merge of new faction system ( #256 ).
...
Clean up some personal signatures.
2014-11-01 23:27:23 -04:00
KayenEQ
f84130fc7c
fix
2014-10-30 21:40:46 -04:00
KayenEQ
57f8f61094
code optimization
2014-10-30 21:22:53 -04:00
KayenEQ
bb91265b2b
Allow npc_types field 'special_abilities' to be set as null in database.
...
Changed due to issues when trying to copy npcs or remove abilities from
the field directly in the dataabase.
2014-10-20 00:36:13 -04:00
Michael Cook (mackal)
e8eb774458
Implement group mentor, leadership exp sharing (SoF+ only)
...
Currently only works in normal groups
Some decisions: the EXP will be rounded in the favor of the group leader
No idea how live actually handles it.
2014-10-18 00:17:46 -04:00
Michael Cook (mackal)
c328829610
Fix out of bounds error in SaveCharacterLeadershipAAs
2014-10-09 22:55:28 -04:00
Michael Cook (mackal)
0438dee22e
Rework ZoneDatabase::SavePetInfo -- should be better
...
Worst case before some something like 96 queries.
2014-10-03 01:37:51 -04:00
KimLS
aa021addc1
Fix for potion belt name loading.
2014-09-25 04:00:06 -07:00
akkadius
9878459049
Fix tribute loading/saving for real
2014-09-23 20:16:19 -05:00
akkadius
9be0d3b090
memset size fix to calc current size of 400 bytes for discipline initialization
2014-09-23 19:19:40 -05:00
akkadius
16ba3eb11e
Restoring Disciplines to their original load order (Slot)
...
Tribute uninitialized value database conversion fix
Tribute load fix (Lost in translation)
Changed Tribute 0 value to 0xFFFFFFFF instead of 0
Sanity check for unitialized tribute value on load
2014-09-23 19:12:31 -05:00
akkadius
3712d36867
Fix for the undye command to properly purge character armor dye
2014-09-23 17:54:07 -05:00
akkadius
413538f1b5
Sending the client a spell value that is more inline with what it expects when no spell is set.
2014-09-23 14:40:09 -05:00
akkadius
c26a6959e4
#resetaa now covers the function of #resetaa and #refundaa
...
#resetaa will wipe all AA data, refund the spent points into the available points and send character to character select properly
Removed #refundaa
Removed a lot of debug code for blob conversion
Changed status logging for loads/saves to Debug category
2014-09-22 01:00:28 -05:00
akkadius
837b9b7ec7
NoRentExpired character_ reference
2014-09-21 23:54:52 -05:00
KimLS
4525b512ac
Build fix plus future travis update
2014-09-21 02:25:05 -07:00
akkadius
db0d1116f8
make travis shut up
2014-09-21 04:12:36 -05:00
akkadius
52608d9b2d
Character armor dye save fix
2014-09-18 22:46:28 -05:00
akkadius
34c3b8628e
Merge from master
2014-09-17 20:16:37 -05:00
Uleat
364ed921ce
Fix for LoadBuffs() server crash
2014-09-16 22:57:15 -04:00
Michael Cook (mackal)
e256175ce6
Style nits
2014-09-14 16:00:18 -04:00
Michael Cook (mackal)
0f662bf70c
Fix ZoneDatabase::LoadTraderItem not returning anything valid
2014-09-14 15:58:08 -04:00
Michael Cook (mackal)
d51241720a
Fix attack_delay for real
2014-09-12 13:10:03 -04:00
Michael Cook (mackal)
873d343529
Fix ZoneDatabase::GetNPCType nuking attack_delay changes
2014-09-12 11:57:09 -04:00
Michael Cook (mackal)
95969ce67b
Fix ZoneDatabase::GetZoneCFG for real
2014-09-11 18:28:25 -04:00
Michael Cook (mackal)
bd5cdf502e
Fix ZoneDatabase::GetZoneCFG errors
2014-09-11 18:24:40 -04:00
Michael Cook (mackal)
c6a7d5a96c
Revert "GetAccountInfoForLogin_result converted to MySQLRequestResult"
...
This reverts commit 8369570b507242323badaf46613768d0231df1e3.
Conflicts:
zone/zonedb.h
2014-09-11 16:57:00 -04:00
Michael Cook (mackal)
6bc4ecf390
Revert "LoadFactionValues converted to QueryDatabase"
...
This reverts commit 2df823d2dbb96ac159f14243070834b5927b33d2.
2014-09-11 16:56:15 -04:00