Commit Graph
1850 Commits
Author SHA1 Message Date
Ziggeh a406e83d2f Renamed godLevel to adminTag
When set to 1, 2, 3 or 4 an additional title is granted to the player.
2014-08-11 15:13:15 +02:00
Ziggeh d7d64d1527 Fixed a camouflage detection problem
Incorrect skillmod name
2014-08-11 13:55:15 +02:00
Ziggeh 36a930dfcf Fixed a house access problem 2014-08-11 12:33:38 +02:00
Ziggeh 93f32546b1 Removed unused condition from if-statement in CommandService 2014-08-11 10:36:53 +02:00
Ziggeh 447a0b14e1 Fixed nullpointers in the admin system 2014-08-11 09:28:15 +02:00
Ziggeh 181b4301d9 Removed debug print from CommandService 2014-08-11 08:50:20 +02:00
Ziggeh 75ef060739 Changed a check in HousingService to use the updated admin system 2014-08-11 08:46:07 +02:00
Ziggeh c8ab856313 Changed admin system 2014-08-11 08:28:38 +02:00
Waverunner 291acd5e22 Added Options config field to NGECore class 2014-08-10 21:08:51 -04:00
CharonInferar 7e8d5e256b Added invasion enable option
Invasions can be toggled in options.cfg for users with
low-end machines that are not suited for calculation-intense server
operation.
2014-08-11 00:13:52 +02:00
CharonInferar 31403931e1 Added Isolation Test Option
Set to 1 in options.cfg to have all players spawn at 0,0,0 in the desert
and disable NPC/Lair spawns server-wide.
Useful to reduce clutter in packet captures for debugging purposes
2014-08-10 23:54:16 +02:00
Waverunner 8e27031fe4 Fixed profession skills not being given when creating character 2014-08-10 16:03:44 -04:00
Waverunner 71763ede3d Merge branch 'master' of https://github.com/ProjectSWGCore/NGECore2 2014-08-10 13:57:28 -04:00
Waverunner 53f08b1952 Fixed bug that removed clothes when loading in for first time 2014-08-10 13:57:13 -04:00
Waverunner 2e11b9e509 Merge pull request #1128 from Treeku/WaypointObjectRefactor
Waypoint object refactor
2014-08-10 13:16:16 -04:00
CharonInferar 92057107b0 Respawn fix
- Disabled respawn for static NPCs for now
2014-08-10 17:57:13 +02:00
CharonInferar 724ab44bfb Extended clean up 2014-08-10 15:32:16 +02:00
Treeku 52355c31ad Merge remote-tracking branch 'origin/master' into WaypointObjectRefactor
Conflicts:
	src/resources/objects/waypoint/WaypointObject.java
2014-08-10 14:20:28 +01:00
CharonInferar 30b521c8bf Cleaned up classes 2014-08-10 15:17:01 +02:00
Treeku f8e5d0105d Refactored WaypointObject 2014-08-10 13:58:17 +01:00
CharonInferar 058a3549e7 Merge remote-tracking branch 'origin/master' into Invasions 2014-08-10 14:28:41 +02:00
CharonInferar 1cd1e95783 Fixes NPC respawn and more
- Static NPCs now respawn with a cloned AI behaviour
- Setgodmode toinvasion teleports to the current invasion city
- Clean up of classes
2014-08-10 14:22:15 +02:00
Obique d8272b925a Merge branch 'master' of https://github.com/ProjectSWGCore/NGECore2 2014-08-09 17:20:38 -05:00
Obique 55998f3dc4 Changed ObjectService so that 'SelectCharacter' only outputs when there is an issue 2014-08-09 17:17:06 -05:00
Obique a99582da9e Improved logging for NULL Session errors 2014-08-09 17:16:29 -05:00
Waverunner 2e75847600 Changed it so new players granted level 5
This fixes problem that prevents players not being able to level up
since they are technically considered -1 when they are first created
which is why setgodmode level 1 would allow exp gains.
2014-08-09 17:43:26 -04:00
Waverunner e4cacd26ec Merge branch 'master' of https://github.com/ProjectSWGCore/NGECore2 2014-08-09 16:36:22 -04:00
Waverunner b39ee0de2a Added logging for exceptions that are never caught (disabled by default) 2014-08-09 16:35:58 -04:00
Obique b606fd7bb9 Fixed null pointer exceptions being thrown with objectMutex issues 2014-08-09 15:17:30 -05:00
Obique ca7d0f1751 Merge branch 'master' of https://github.com/ProjectSWGCore/NGECore2 2014-08-09 14:47:29 -05:00
Waverunner dd2d4cfe93 Fixed wrong directory location from commit #e16e037 2014-08-09 13:15:57 -04:00
Obique 80ae2392ed Merge branch 'master' of https://github.com/ProjectSWGCore/NGECore2 2014-08-09 12:10:34 -05:00
Waverunner 90fc62ccff Merge branch 'master' of https://github.com/ProjectSWGCore/NGECore2 2014-08-09 13:06:44 -04:00
Waverunner 4615f10537 Fixed skills set not being initialized 2014-08-09 13:06:28 -04:00
Obique 2ae903285d Merge branch 'master' of https://github.com/ProjectSWGCore/NGECore2 2014-08-09 11:32:09 -05:00
CharonInferar 0f8466bf44 Merge conflict resolve 2014-08-09 18:17:01 +02:00
CharonInferar 4af373b44e Fixed RifleBug preliminarily 2014-08-09 17:52:54 +02:00
tacef 1113012ef1 Merge pull request #1117 from tacef/master
Added Standard Issued Clothing box
2014-08-09 09:11:30 +02:00
tacef f03b39cc7e Added Standard Issued Clothing box
Todo: Custom scripts for some items.
2014-08-09 09:09:43 +02:00
Obique 61d699010b Fixed loading issue for SWGObject ODB, and removed the Creature ODB 2014-08-08 20:53:11 -05:00
CharonInferar 0ce705ec8a Commit to kick pull request (Github bug)
self-explanatory
2014-08-09 02:53:02 +02:00
CharonInferar 73180b5f83 Removed rifles from frog temorarily to prevent client-lockups 2014-08-09 02:48:14 +02:00
CharonInferar 05dca03015 Little fix for WeaponObject Commit 2014-08-09 02:36:10 +02:00
CharonInferar 1047348e1a Merge remote-tracking branch 'origin/master' into RifleBugFix 2014-08-09 02:24:17 +02:00
CharonInferar d010a6b3f3 Analyzed rifle bug 2014-08-09 02:20:58 +02:00
Treeku e634b5e62e Refactored WeaponObject 2014-08-09 01:04:47 +01:00
Treeku 51c14284eb Revert "Refactored WeaponObject"
This reverts commit 6b8461f1a5.
2014-08-08 21:53:18 +01:00
Treeku 6b8461f1a5 Refactored WeaponObject 2014-08-08 20:21:26 +01:00
CharonInferar cda47597a9 Merge pull request #1112 from CharonInferar/LairUpdate
Added Lair template overloads and Boss spawns for lairs
2014-08-08 18:32:24 +02:00
CharonInferar d3a7d47b1a Added Lair template overloads and Boss spawns for lairs
- Content devs can now add lairCRC vectors and bosses
- The boss spawns will only work after the invasion commit because then
lairs will get health bars and the lair will spawn more waves
2014-08-08 18:25:57 +02:00