Commit Graph
322 Commits
Author SHA1 Message Date
Ziggy 5c71df31f3 Added a method call that will clear the LD flag upon zone-in 2015-05-07 17:47:04 +02:00
Ziggy 4be4470c1e Fixed some inconsistencies with the LD flag 2015-05-07 17:46:17 +02:00
Ziggy b7e31ae748 Changed LD flag from being toggled to being set forcefully when a player is logged out 2015-05-07 17:22:24 +02:00
Ziggy 0f0a0c001d Reverted resources.Posture.java 2015-05-07 17:11:37 +02:00
Ziggy 78ae71d4a4 Removed an unnecessary nested call when setting the LD flag 2015-05-07 16:55:38 +02:00
Ziggy 85c1e10ef3 Added the LD tag for players that have been logged off 2015-05-07 16:45:02 +02:00
Undercova 6f738670bd Merged in M4SS/holocore/CORE-99-method-for-getting-a-posture-fro (pull request #6)
Fixed CORE-99 'Method for getting a Posture from an ID will never return Posture.DEAD'
2015-05-07 11:16:04 +02:00
Ziggy 2310710abf Added an offset variable to the Posture enumeration in an effort to make the code more understandable 2015-05-07 11:10:10 +02:00
Ziggeh 99784f499f Fixed an issue where Posture.getFromId() would return an incorrect Posture and in some cases throw an exception 2015-05-07 10:34:26 +02:00
Ziggy 8be5a88fe1 Fixed an issue where a CreatureObject in certain situations wouldn't have Posture.DEAD 2015-05-07 10:31:30 +02:00
Mads Boddum ade8dfc394 Merged projectswg/holocore into development 2015-05-07 10:11:06 +02:00
Ziggeh 5eace03800 Changed Scripts.execute() to no longer throw an exception when attempting to call a script that doesn't exist 2015-05-07 08:43:33 +02:00
Z61 6e7e3ab579 Added CreatureMood enum 2015-05-06 16:46:55 -04:00
Z61 37c928d262 Added CreatureMood (list of all moods available to players.) And added usage to zone-in mood reset. 2015-05-06 16:43:16 -04:00
Z61 902dc33a74 Fixed CORE-83 'Mood doesnt reset with logout'. 2015-05-06 15:57:57 -04:00
Ziggeh 69dc2ebf31 Readded Field Encapsulation for resources.Attributes
Changed each unsupported operation method in resources.SortedLinkedList to create new exception objects
Renamed SortedLinkedListTest to TestSortedLinkedList
2015-05-06 19:47:29 +02:00
Ziggeh fc74904d47 Changed resources.server_info.RelationalDatabase to be abstract 2015-05-06 12:07:10 +02:00
Ziggeh fabd4702a0 Refactored the Scripts class to take varargs, effectively reducing the amount of "duplicate" methods 2015-05-06 11:55:48 +02:00
Ziggeh 3985528665 Removed unnecessary field encapsulation from resources.Attributes 2015-05-06 11:44:17 +02:00
Ziggy 5ca21e2581 Removed unncessary cast from SortedLinkedList.add() and refactored the exceptions.
Created a unit test that tests SortedLinkedList.
2015-05-06 11:43:57 +02:00
Z61 18f3d1f842 Fixed empty logout bug 2015-05-06 01:39:12 -04:00
ObiqueandObique a686b8f873 Changed spawn planet to TATOOINE 2015-05-04 11:42:57 -05:00
ObiqueandObique 9ffbde1765 Added license to all files within the project 2015-05-04 10:19:06 -05:00
ObiqueandObique 3680424add Changed spawn planet to DATHOMIR 2015-05-02 12:12:30 -05:00
ObiqueandObique 47231d7f4d Merged Engine into the Core! Woooo open source 2015-05-02 11:56:03 -05:00
Undercova 44cdb40410 Spawn changed to Kashyyyk 2015-04-14 10:50:58 +00:00
ObiqueandObique f8b8a2e7e3 Changed spawn planet to TALUS 2015-04-07 13:51:32 -05:00
ObiqueandObique 01245bc2d9 Merge branch 'Core_73' of http://37.59.100.124:7990/scm/~glen/core3
Conflicts:
	src/resources/commands/callbacks/SitOnObjectCmdCallback.java
2015-04-07 10:39:34 -05:00
obique 97cc428277 Merge pull request #7 in NGE/core3 from ~GLEN/core3:AdminCommandHotfix_4-6-2014 to master
* commit 'b33643b5cb87ed722eb36b0e6a49c57f30e7f96f':
  Displays parameters when admin commands are called.
  Adds admin command logging to keep track of everyone using admin commands. Currently only logs to console. Later we will want it to log to a file.
  Adds a quick hack to prevent admin commands from being useable by non-admins. Certain Admin commands aren't based on godmode, but require an 'admin' ability. Abilities don't seem to be implemented yet.
2015-04-07 17:08:11 +02:00
obique d0584c29eb Merge pull request #4 in NGE/core3 from ~GLEN/core3:Core_79_bugfix to master
* commit 'a9b760227db9fa48a093777d89d95225f835f721':
  Fixed a bug where kneeling or sitting before going prone wouldn't allow the player to turn/move left or right until they stood and went prone again.
2015-04-07 17:07:39 +02:00
wallaceg09 5934bd0722 Displays parameters when admin commands are called. 2015-04-06 14:30:55 -05:00
wallaceg09 a0b0ca18dc Adds admin command logging to keep track of everyone using admin commands.
Currently only logs to console. Later we will want it to log to a file.
2015-04-06 13:00:21 -05:00
wallaceg09 ca14ca00c1 Adds a quick hack to prevent admin commands from being useable by non-admins.
Certain Admin commands aren't based on godmode, but require an 'admin' ability. Abilities don't seem to be implemented yet.
2015-04-06 11:57:14 -05:00
wallaceg09 bb25d35367 Fixed dual client sitting bug in Core-74 2015-04-02 21:52:29 -05:00
wallaceg09 1198104192 Fixed a bug where kneeling or sitting before going prone wouldn't allow the player to turn/move left or right until they stood and went prone again. 2015-04-02 21:45:45 -05:00
wallaceg09 a4cbca259f Cleaned up SitOnObjectCmdCallback. Now uses CreatureObject.sendObservers().
Fixed a bug where name uniqueness was based on the entire character name instead of just the character's first name.
Character name uniqueness check is now case insensitive.
2015-04-02 21:41:27 -05:00
ObiqueandObique 79cc2c0b77 Changed spawn location to Vreni Island 2015-04-01 16:02:39 -05:00
ObiqueandObique be3c954cc7 Changed spawn planet to LOK 2015-03-19 12:43:19 -05:00
ObiqueandObique d11c2620a9 Sped up the TerrainBuildoutLoader 2015-03-07 16:59:57 -06:00
ObiqueandObique af67208f6b Changed spawn point to Naboo 2015-03-07 16:59:48 -06:00
tacef b61b179495 Fixed wrong posture in Prone 2015-03-01 18:05:52 +01:00
tacef ee4ca6d3af Updated Objectmanager 2015-03-01 17:42:09 +01:00
tacef 3b19e652f4 Fixed processTeleportIntent
Toons no longer getting stuck at Generating Terrain
2015-03-01 14:27:51 +01:00
tacef 247ce4e231 Added Several Postures
Added Kneel
Added Prone
Altered CommandService
Altered Stand
Altered ObjManager
2015-03-01 13:42:35 +01:00
tacef 3fdf91f7ee Fixed Sit / Stand 2015-03-01 11:55:20 +01:00
ObiqueandObique a7ae2a750d Updated AdminTeleportCallback to use updated execute function 2015-03-01 02:15:35 -06:00
ObiqueandObique 8f936a125c Merge branch 'master' of ssh://37.59.100.124:7999/nge/core3 2015-03-01 01:52:32 -06:00
ObiqueandObique 1f1ecb6768 Updated command callback to include the GalacticManager - includes Obj/Player managers 2015-03-01 01:52:04 -06:00
tacef a22796388c Merge branch 'master' of http://37.59.100.124:7990/scm/nge/core3 2015-02-28 20:57:35 +01:00
tacef 6ef742594f Added Teleport Intent 2015-02-28 20:57:26 +01:00