Squall Leonhart
|
17f342d86c
|
Fixes logon crash when using weapon of another class.
|
2018-10-18 20:59:04 +03:00 |
|
Squall Leonhart
|
8d96779a8e
|
Code style.
|
2018-10-18 07:48:34 +03:00 |
|
Squall Leonhart
|
30c80450e2
|
Implements class change on weapon swap.
|
2018-10-17 23:25:41 +03:00 |
|
Mordred
|
275ac206a9
|
Merge branch 'bnpc' of https://github.com/SapphireMordred/Sapphire into bnpc
|
2018-09-17 23:10:59 +02:00 |
|
Mordred
|
6ff116a9e1
|
Inventory fix
|
2018-09-17 22:52:57 +02:00 |
|
Mordred Admin
|
b51e24ca18
|
Merge error fix
|
2018-09-17 14:15:08 +02:00 |
|
Mordred Admin
|
150ce725bc
|
Merge develop into bnpc
|
2018-09-17 14:04:40 +02:00 |
|
Mordred
|
0d767e4986
|
Working towards getting bnpcs back in the game
|
2018-09-09 23:56:22 +02:00 |
|
NotAdam
|
77d59fe664
|
fix msvc builds?
|
2018-09-01 14:36:04 +10:00 |
|
NotAdam
|
24c3c92b7f
|
send stain/durability
|
2018-09-01 00:00:19 +10:00 |
|
NotAdam
|
8b00fe6012
|
sql cleanup/improvements, add some fields for durability/stain
|
2018-08-31 23:25:53 +10:00 |
|
NotAdam
|
e0d6c1024e
|
item handin collection & fix quest abandon
|
2018-08-31 22:57:33 +10:00 |
|
Mordred
|
89a9b16555
|
Code style adjusted for 2 spaces and various other small things, checkout CodeStyle.xml for details
|
2018-08-29 21:40:59 +02:00 |
|
Mordred
|
7f7588ef1f
|
Simplified actorcontrol creation
|
2018-08-28 19:05:52 +02:00 |
|
NotAdam
|
be1a5d53f3
|
fix db storage for classjobs, improve switching between classes
|
2018-08-26 16:19:05 +10:00 |
|
NotAdam
|
7f448494ed
|
EquipSlot -> GearSetSlot
|
2018-08-25 22:56:46 +10:00 |
|
NotAdam
|
2859e3731b
|
cleanup unnecessary debug output
|
2018-08-25 22:41:03 +10:00 |
|
NotAdam
|
55ae5290f6
|
correctly store items in armory/inventory based on client flag
|
2018-08-25 22:38:07 +10:00 |
|
NotAdam
|
7c5c39cd42
|
cleanup stack calc code
|
2018-08-25 20:52:20 +10:00 |
|
NotAdam
|
479bf32938
|
correctly preserve hq/lq stacks & cap quantity correctly
|
2018-08-25 19:27:38 +10:00 |
|
NotAdam
|
86de3d98a2
|
correctly update items and select slot
|
2018-08-25 00:37:21 +10:00 |
|
NotAdam
|
901168d810
|
addItem is way less retarded now, stacks are automagically filled first
|
2018-08-25 00:15:26 +10:00 |
|
NotAdam
|
05585ac24b
|
missed a ! during refactoring, oops
|
2018-08-12 23:04:23 +10:00 |
|
NotAdam
|
8a2b472554
|
additem returns an itemptr, handin item container
|
2018-08-12 22:53:21 +10:00 |
|
NotAdam
|
ade63f9170
|
fix item splitting
|
2018-08-12 22:30:18 +10:00 |
|
Mordred Admin
|
3650102807
|
Style fixes
|
2018-07-27 08:10:55 +02:00 |
|
Mordred
|
2f814ca60e
|
Inventory Overhaul wrapup
|
2018-07-26 23:40:46 +02:00 |
|
NotAdam
|
4385923129
|
currency and crystal are now multistorage containers
|
2018-07-26 23:21:57 +10:00 |
|
NotAdam
|
791f934a2d
|
fix loading of currency/crystal items
|
2018-07-26 23:12:02 +10:00 |
|
Mordred Admin
|
783bd655a8
|
Inventory code cleanup number 2, packetWrapper for slot update
|
2018-07-26 14:09:09 +02:00 |
|
Mordred Admin
|
260092f542
|
Storing container configuration in container object
|
2018-07-25 14:03:43 +02:00 |
|
Mordred Admin
|
e11f1b3f20
|
Finished removing old inventory class and moving stuff into player
|
2018-07-25 09:48:54 +02:00 |
|
Mordred
|
8555f3060f
|
Not compilable atm, still moving stuff around
|
2018-07-24 23:58:08 +02:00 |
|
Mordred
|
dbf0ce5284
|
First step of inventory cleanup, moving defs to common
|
2018-07-20 22:39:10 +02:00 |
|
Mordred Admin
|
a3d5dc8c26
|
Merge remote-tracking branch 'origin/develop' into packet_work
Conflicts:
src/servers/sapphire_zone/Action/EventAction.cpp
src/servers/sapphire_zone/Actor/Chara.cpp
src/servers/sapphire_zone/Actor/EventObject.cpp
src/servers/sapphire_zone/Actor/Player.cpp
src/servers/sapphire_zone/Actor/PlayerInventory.cpp
src/servers/sapphire_zone/Network/Handlers/ClientTriggerHandler.cpp
src/servers/sapphire_zone/Network/Handlers/PacketHandlers.cpp
src/servers/sapphire_zone/Zone/Zone.cpp
|
2018-07-03 15:01:13 +02:00 |
|
Mordred Admin
|
50ba02ed27
|
Removed old GamePacket
|
2018-07-03 09:20:09 +02:00 |
|
Mordred
|
671576b861
|
Packet rework of server_zone
|
2018-06-28 00:07:07 +02:00 |
|
goaaats
|
3b9811ef17
|
Streamline ActorControlTypes, refactor ActionHandler/ClientTrigger to ClientActorControl
|
2018-06-23 21:38:04 +02:00 |
|
Mordred Admin
|
b91e711834
|
Cleanup of cmake files
|
2018-03-06 22:22:19 +01:00 |
|
Maru
|
a61aef2c1e
|
Framework; Refactors, styling, other minor stuff;
|
2018-03-02 07:22:25 -03:00 |
|
Adam
|
7528db3b83
|
remove exddata from sapphire_zone
|
2018-02-07 14:27:52 +11:00 |
|
Mordred
|
35a2c6db09
|
Replacement of old ZoneMgr
|
2018-01-27 23:52:49 +01:00 |
|
Mordred Admin
|
0f3f51c304
|
#182 - Renamed targets to be less ambigious
|
2017-12-19 09:27:22 +01:00 |
|