summaryrefslogtreecommitdiff
path: root/src/playerinfo.h
AgeCommit message (Collapse)AuthorFilesLines
2024-01-29Removed unused includes in various filesThorbjørn Lindeijer1-1/+0
2024-01-26Apply C++11 fixitsThorbjørn Lindeijer1-3/+3
modernize-use-auto modernize-use-nullptr modernize-use-override modernize-use-using
2012-08-12Fixed special keeping in list after serverside removeErik Schilling1-0/+5
Reviewed-by: Thorbjørn Lindeijer.
2012-01-28Moved mTrading into the TradeHandlerThorbjørn Lindeijer1-11/+0
Really only the trade handler is concerned about whether the player is currently in a trade or not. Reviewed-by: Erik Schilling
2012-01-26Updated copyrights to 2012Thorbjørn Lindeijer1-1/+1
2010-08-01Remove isActive methods from NPC dialogs and InventoryWindowJared Adams1-5/+37
Uses counts in PlayerInfo instead. Reviewed-by: Chuck Miller
2010-08-01Remove isActive methods from buy/sell windowsJared Adams1-9/+37
Uses a state variable in PlayerInfo instead. Moves isTalking from Being to PlayerInfo. Also some small cleanups. Reviewed-by: Chuck Miller
2010-07-18Add old values to stat and attribute eventsJared Adams1-1/+1
Reviewed-by: Chuck Miller
2010-07-18Move more from LocalPlayer to PlayerInfoJared Adams1-42/+150
Also cleanup PlayerInfo a bit. Reviewed-by: Chuck Miller
2010-07-17Modify how attributes and stats are handledChuck Miller1-0/+105
Handling moved from LocalPlayer to PlayerInfo class Event system used to update windows Reviewed-by: Jared Adams
2006-01-22Merged NETWORK branch (includes BEING_OVERHAUL).Björn Steinbrink1-51/+0
2006-01-04Reverted r0nny changes, enabled 3 slots to create players, smoothed player ↵Eugenio Favalli1-1/+2
deletion.
2005-09-18Corrected a range value bug for derived stats. Fixed, the percentage of the ↵Yohann Ferreira1-2/+2
update win, updated debian information.
2005-09-17Now the values shown by derived stats in status win are got from the server. ↵Yohann Ferreira1-3/+6
Still, when Equipping/unequipping, you have to warp to get these values updated. Does somebody has an idea how to request an update of these values when equipping/unequipping ?
2005-09-13Merged with SDL_NET_TEST branch.Björn Steinbrink1-7/+9
2005-08-13Updated dev-cpp project file, removed unnecessary header, fixed some include ↵Eugenio Favalli1-5/+0
paths.
2005-08-13Huge header cleanup to reduce dependencies and compile time.Björn Steinbrink1-2/+3
2005-07-11Committed header dependencies reducing patch by DoenerBjørn Lindeijer1-0/+49