KimLS
f89add9f64
Fix for AA conversion
2014-09-23 15:09:33 -07:00
Michael Cook (mackal)
e039f6d2c6
Fix AA issue
2014-09-23 17:40:17 -04:00
KimLS
7cef4d8fe9
Fix for spell books on newer clients not playing well with the tricksy new deblob code
2014-09-23 13:39:05 -07:00
KimLS
7b85b09f24
isnan fix for vs2012
2014-09-23 13:04:18 -07: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
KimLS
11773208df
Style cleanup, clamp hunger and thirst values to correct ranges
2014-09-22 16:46:01 -07:00
KimLS
36a29dbb9f
Fix for creating characters failing at name verification
2014-09-22 15:37:11 -07:00
akkadius
1170b57fd5
Fix starting items for starting_item entries that use slot -1 to find a free slot
2014-09-22 16:23:43 -05:00
akkadius
fee8a1214a
Putting back in demonstar's lowercase check
2014-09-22 02:52:23 -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
akkadius
a5a8bfb0f4
Bye bye commented old junk
2014-09-21 23:48:51 -05:00
akkadius
69bddef5a0
Merge branch 'master' of https://github.com/EQEmu/Server
2014-09-21 23:35:27 -05:00
akkadius
7d242045ec
Another merge aftermath overwriting character_data reference to old table
2014-09-21 23:34:53 -05:00
JJ
c3035fdf41
Merge branch 'master' of https://github.com/EQEmu/Server
2014-09-21 20:03:09 -04:00
JJ
e34c47414f
Consistent directory locations under common.
2014-09-21 20:02:01 -04:00
akkadius
909dda7c09
Array iter fix
2014-09-21 19:01:50 -05:00
KimLS
22ab145f19
Merge branch 'master' of github.com:EQEmu/Server
2014-09-21 15:59:24 -07:00
KimLS
cd8e30a2ec
Bug with MySQLRequestResult
2014-09-21 15:59:02 -07:00
akkadius
03be6b2b6b
Debug message adjustments
2014-09-21 16:24:06 -05:00
akkadius
cda2217634
..........................................
2014-09-21 04:26:26 -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
3ef5d8ef0a
gcc fix <stdint.h> vs <limits>
2014-09-21 03:43:27 -05:00
akkadius
4ed88e348e
Merge aftermath
2014-09-21 02:58:56 -05:00
akkadius
ad29fa9cfa
Merge remote-tracking branch 'remotes/origin/master' into blob_conversion
...
Conflicts:
changelog.txt
common/database.cpp
world/client.cpp
world/zoneserver.cpp
zone/command.cpp
2014-09-21 02:32:31 -05:00
akkadius
388c4bc574
Fix where if players instance is expired when logging back into it, they will get sent properly to bind. Issue was players player profile instance ID did not match the bind instance ID.
2014-09-21 02:27:57 -05:00
KimLS
b4f3993616
Should compile on gcc now
2014-09-20 23:56:04 -07:00
akkadius
f9366553a3
Blob changelog.txt
2014-09-21 01:27:05 -05:00
KimLS
9733f04c9c
Merge of changelog, how i hate thee
v1.1.2
2014-09-20 15:10:33 -07:00
KimLS
7140a2054f
Ban and suspend commands now require a reason that is recorded in the DB
2014-09-20 15:09:43 -07:00
Michael Cook (mackal)
1049e48aca
Add Spells:SHDProcIDOffByeOne to support newer spell files
...
In June 2009 SoE stopped doing a +1 to the base for SHD procs
So UF+ spell files were not working, set this to false to support these spell files
2014-09-20 16:58:35 -04:00
Michael Cook (mackal)
33b79a3588
Limit character length to 15 (the client doesn't let you enter more)
2014-09-20 15:59:34 -04:00
Michael Cook (mackal)
f82699c39b
Fix crash in SendEnterWorld on illegally long names
2014-09-20 15:55:20 -04:00
Michael Cook (mackal)
15eaf4e6d1
Fix issue with not online message from tells
2014-09-20 14:57:15 -04:00
Michael Cook (mackal)
7621882b4e
Fix toon names being allowed with lower case starting char
2014-09-20 02:46:04 -04:00
Michael Cook (mackal)
9b70b73759
Correct tell queue related messages
v1.1.2-rc1
2014-09-19 18:17:42 -04:00
Michael Cook (mackal)
8e43134bda
Add Client::Tell_StringID for tell queue messages
2014-09-19 18:16:52 -04:00
akkadius
52608d9b2d
Character armor dye save fix
2014-09-18 22:46:28 -05:00
Michael Cook (mackal)
d26782b093
Nuke #viewmessages
2014-09-18 22:56:16 -04:00
Michael Cook (mackal)
a2368b4ea7
Implement tell queues
...
Default queue size 20 (World:TellQueueSize)
This doe not play well with multiple sessions and a toon crashes and relogs
Normal tells have issues as well.
2014-09-18 22:55:06 -04:00
Michael Cook (mackal)
3d6bb964df
Stop nuking MySQLRequestResult Success flag
2014-09-18 14:59:50 -04:00
Michael Cook (mackal)
347ae1bc34
Fix error in 64f5bfd
2014-09-18 01:29:30 -04:00
Michael Cook (mackal)
64f5bfd5ce
Make tell message a bit more understandable.
2014-09-17 23:46:54 -04:00
akkadius
3cb02e3b86
Merge branch 'blob_conversion' of https://github.com/EQEmu/Server into blob_conversion
2014-09-17 20:19:04 -05:00
akkadius
34c3b8628e
Merge from master
2014-09-17 20:16:37 -05:00
KimLS
8f921ce919
Merge branch 'blob_conversion' of github.com:EQEmu/Server into blob_conversion
2014-09-17 17:45:53 -07:00
KimLS
6754dfdf6d
Small sanity checks that was causing a few errors
2014-09-17 17:45:40 -07:00
akkadius
81722962cf
KLS Nazi Grammar Fix
2014-09-17 14:30:19 -05:00
akkadius
f30ae9dd5a
Some descriptor adjustments
2014-09-17 02:52:13 -05:00