David Markowitz
|
84c5d74450
|
Add Delete Inventory Slash Command (#865)
* moving branch
* Add deleteinven slash command
* Change name of BRICKS_IN_BBB
* Use string_view instead of strcmp
* Remove GameConfig
* Revert "Remove GameConfig"
This reverts commit cef5cdeea2 .
|
2022-12-18 09:46:04 -06:00 |
|
David Markowitz
|
09dfb6df3a
|
Address news feed showing up on every world transfer (#855)
Addresses the news feed showing up on every world transfer
|
2022-11-27 22:19:15 -08:00 |
|
Aaron Kimbrell
|
976bd3c41b
|
Selective saving for map and location (#732)
* Don't save the map and char location info if
we are in an instanced
* LUP worlds will be handled in a future PR
* simplify check
|
2022-08-16 20:53:28 -05:00 |
|
aronwk-aaron
|
19e77a38d8
|
format codebase
|
2022-07-28 08:39:57 -05:00 |
|
Aaron Kimbrell
|
e97ae92624
|
Make logger automatically put a newline (#675)
at the end of the line
remove all the newlines in log calls
|
2022-07-24 21:26:51 -05:00 |
|
EmosewaMC
|
ceab229a63
|
Specified enum
the LOOT_SOURCE enum is now attached to all loot sources.
|
2022-04-23 20:32:31 -07:00 |
|
EmosewaMC
|
850ae40f05
|
Moved retroactive flag check to Character.cpp
|
2022-01-19 17:34:53 -08:00 |
|
David Markowitz
|
cb9ce85bda
|
Update dGame/Character.cpp
Co-authored-by: Xiphoseer <Xiphoseer@users.noreply.github.com>
|
2022-01-03 22:37:53 -08:00 |
|
EmosewaMC
|
6aad799f95
|
Updated variable names
Updated the variable names to match the enum name update.
|
2021-12-23 18:48:08 -08:00 |
|
EmosewaMC
|
29cf7f8998
|
Changed ambiguous variables
Changed ambiguous variables from int to int32_t to clarify what they are.
|
2021-12-22 00:15:08 -08:00 |
|
EmosewaMC
|
97f8e9e9fc
|
Added enum for coin sources
Added an enum for coin sources as to avoid leaving a random number in the code.
|
2021-12-22 00:01:55 -08:00 |
|
EmosewaMC
|
c575294587
|
Changed variable names
Changed variable names to more accurately match what they are
|
2021-12-21 23:32:39 -08:00 |
|
EmosewaMC
|
23e269940b
|
Implemented sourceType for SendSetCurrency
Implemented sourceType for the function SendSetCurrency.
|
2021-12-21 23:26:54 -08:00 |
|
Unknown
|
0545adfac3
|
Public release of the DLU server code!
Have fun!
|
2021-12-05 18:54:36 +01:00 |
|