hondacrx
|
1289bc3ed1
|
Core/Misc: Fixes
DB: Lots of DB fixes
|
2018-06-09 12:03:02 -04:00 |
|
hondacrx
|
2c3479c6e2
|
Core/Refactor: Part 4
|
2018-05-27 15:40:06 -04:00 |
|
hondacrx
|
dbd62e5c6f
|
Core/DB: Some DB improvements
|
2018-05-22 11:05:16 -04:00 |
|
hondacrx
|
0be2dc08e2
|
Core/Misc: Misc Fixes
|
2018-05-22 00:43:21 -04:00 |
|
hondacrx
|
5dacd669b5
|
Core/Refactor: Part 3
|
2018-05-16 19:57:48 -04:00 |
|
hondacrx
|
87d9adca9a
|
Core/Misc: Fixes
|
2018-05-11 11:40:29 -04:00 |
|
hondacrx
|
f26f7a4348
|
Core/Misc: Fixed rotation of many gameobjects summoned in garrison and various scripts
|
2018-05-08 15:36:23 -04:00 |
|
hondacrx
|
216db1c23a
|
Core/Refactor: Part 1
|
2018-05-07 18:56:09 -04:00 |
|
hondacrx
|
1106aa3659
|
Core/Quests: Ported quest greeting locales
Core/Misc: Misc fixes
|
2018-04-27 15:09:38 -04:00 |
|
hondacrx
|
9b927f8093
|
Core/Accounts: prevent existing account ban from being updated
|
2018-04-18 18:03:39 -04:00 |
|
hondacrx
|
b06140607b
|
Core/Commands: Allow GMs to enter water while .gm fly is on
|
2018-04-06 14:12:32 -04:00 |
|
hondacrx
|
fa35d60f60
|
Core/Entities: Phasing rewrite
|
2018-03-28 11:09:30 -04:00 |
|
hondacrx
|
6ecc0ae762
|
Core/Misc: Graveyards can now use conditions, SourceType = 27, SourceEntry = graveyard_zone.ID
|
2018-03-18 11:43:59 -04:00 |
|
hondacrx
|
0ab3b8e8cd
|
Core/DataStores: Fixed db2 structures after 7.3.5
|
2018-03-13 15:43:03 -04:00 |
|
hondacrx
|
ef7423fa12
|
Core/Commands: Fixed a error with go creature command.
|
2018-03-12 10:02:29 -04:00 |
|
hondacrx
|
dae1a77089
|
Core/MMaps: Remove phased tile support
|
2018-02-26 13:33:46 -05:00 |
|
hondacrx
|
419ee1b882
|
Core/Entities: Created factory methods to create new areatriggers, creatures and gameobjects
|
2018-01-27 20:15:24 -05:00 |
|
hondacrx
|
9ec0599fa6
|
Core/Guild: avoid data integrity problems wrapping delete+insert statements in a transaction
|
2018-01-24 13:41:02 -05:00 |
|
hondacrx
|
79980e3dd2
|
Core/Entities: Remove phasemask
|
2018-01-10 22:26:47 -05:00 |
|
hondacrx
|
befc9fcae7
|
Core/Entities: Extended SpawnMask to 64 bit
|
2018-01-06 23:43:44 -05:00 |
|
hondacrx
|
24c91cee05
|
Some command fixes
|
2018-01-04 18:28:30 -05:00 |
|
hondacrx
|
9d3e87fd87
|
Core/Misc: Added helper function Unit::SetFullPower * Also renamed Unit::getPowerType and Unit::setPowerType to follow style guidelines
|
2018-01-03 13:57:16 -05:00 |
|
hondacrx
|
28c0ef9d03
|
Happy New Year!!!!
|
2018-01-02 13:02:21 -05:00 |
|
hondacrx
|
9a99767612
|
Forgot to add missing command
|
2018-01-02 13:00:30 -05:00 |
|
hondacrx
|
78a85e60f6
|
Core/RBAC: Cleanup
|
2017-12-30 17:53:47 -05:00 |
|
hondacrx
|
01caaecf0f
|
Core/Unit: damage immune improvements
|
2017-12-30 17:53:28 -05:00 |
|
hondacrx
|
536c8c94a5
|
Misc fixes
|
2017-12-30 16:34:55 -05:00 |
|
hondacrx
|
6c6cdac426
|
Revert "Fix parsing floats (#7)"
This reverts commit 5fc9082a02.
|
2017-12-14 21:53:22 -05:00 |
|
Elle
|
5fc9082a02
|
Fix parsing floats (#7)
|
2017-12-14 13:02:23 -05:00 |
|
hondacrx
|
b017ef8e84
|
Core/Scripts: Added new QuestScript hooks
|
2017-12-04 14:30:01 -05:00 |
|
hondacrx
|
a5f7add4d6
|
Added .modify power command allowing to change any power as long as player class can use it
|
2017-11-13 13:36:51 -05:00 |
|
hondacrx
|
0df2703eab
|
Cleanup errors and misc fixes
|
2017-11-05 16:29:18 -05:00 |
|
Fabian
|
facab2dce6
|
Revert "Fixed some (many) "{ get; set; }""
This reverts commit 8393349316.
|
2017-11-05 22:26:25 +01:00 |
|
hondacrx
|
8ed446ae7a
|
Replace most T.Parse with T.TryParse for all user input.
|
2017-11-05 15:21:29 -05:00 |
|
Fabian
|
8393349316
|
Fixed some (many) "{ get; set; }"
|
2017-10-26 19:36:15 +02:00 |
|
Fabian
|
a3dc7b3f48
|
Ported .Net Core commits:
hondacrx:
- Initial commit: Switch to .Net Core 2.0
- Fix build and removed not needed files
Fabi:
- Updated solution platforms.
- Changed folder structure.
- Change library target framework to netstandard2.0.
- Updated solution platforms again...
- Removed windows specific kernel32 function usage (Ctrl-C handler).
|
2017-10-26 17:23:44 +02:00 |
|