Commit Graph
678 Commits
Author SHA1 Message Date
Obique PSWG 4907990995 Changed the decode function of DataChannelA to utilize byte buffers more 2015-07-26 10:37:08 -05:00
Obique PSWG a51dfc45d6 Merged loading buildouts and snapshots to one config entry 2015-07-26 10:36:13 -05:00
Obique PSWG afce607177 Removed extra import in SWGPacket 2015-07-26 10:35:25 -05:00
Obique PSWG f874c951c4 Improved SQL query and renamed the two tables 2015-07-25 15:34:13 -05:00
Obique PSWG 5b2f3b63a8 Merge branch 'quality_assurance' of bitbucket.org:projectswg/holocore into quality_assurance 2015-07-25 15:16:34 -05:00
Obique PSWG 957e1334df Created the new file type 'sdb' with intelligent loading into a sqlite database 2015-07-25 15:15:58 -05:00
Waverunner 39c651f17f Merge branch 'quality_assurance' of https://bitbucket.org/projectswg/holocore into quality_assurance 2015-07-25 10:03:38 -04:00
Waverunner 40d32d4e50 Moved creation of system default channels to a server data file to simplify code
Added DatatableRowHandler interface for use in handleRows method to process each row within a datatable
2015-07-25 10:03:32 -04:00
Obique PSWG e32ada9d8b Moved some code out of the constructor of MapService and timed the constructors 2015-07-25 02:05:56 -05:00
Obique PSWG e167c79fc9 Moved the terminal spawning into a SQLite database to be able to search faster 2015-07-25 02:03:33 -05:00
Obique PSWG 2bae2c151f Merge branch 'quality_assurance' of bitbucket.org:projectswg/holocore into quality_assurance 2015-07-24 18:42:22 -05:00
Obique PSWG ed180b35ca Fixed an issue with awareness with one character inside a building, the other outside 2015-07-24 18:41:05 -05:00
Waverunner 52ce708708 Merge remote-tracking branch 'origin/quality_assurance' into quality_assurance 2015-07-24 18:08:31 -04:00
Waverunner 1c2dbfd6a3 Made Point3D, Quaternion, and Location classes Encodables removing the need for getLocation and addLocation methods in SWGPacket class 2015-07-24 18:07:58 -04:00
Obique PSWG f72a9e9112 Merge branch 'quality_assurance' of bitbucket.org:projectswg/holocore into quality_assurance 2015-07-24 08:18:20 -05:00
Obique PSWG 5451c44dbd Added AGPL license to files that didn't have it yet 2015-07-24 08:16:32 -05:00
Obique PSWG e125a4501d Fixed 18 warnings throughout the codebase 2015-07-24 08:05:27 -05:00
Obique PSWG 004b8b4176 Fixed observers issue where when in cells players get their chat messages twice 2015-07-24 08:00:47 -05:00
Obique PSWG 9a0950220f Fixed cell issue where players sometimes couldn't see others in cells 2015-07-24 07:41:55 -05:00
Undercova PSWG de431ef401 Fixed wrong coordinates for travel terminal + ticket collector 2015-07-23 14:14:26 +00:00
Obique PSWG 45791c0fc7 Changed default quaternion values to point north 2015-07-23 08:41:34 -05:00
Obique PSWG 0f3bb2ae2b Fixed point rotation by quaternion 2015-07-23 08:41:14 -05:00
Obique PSWG c360ab65a9 Created new Quaternion and Point3D classes for the Location. Will require an ODB wipe! 2015-07-23 00:07:26 -05:00
Obique PSWG ac187590f5 Merge branch 'quality_assurance' of bitbucket.org:projectswg/holocore into quality_assurance 2015-07-21 09:55:58 -05:00
Obique PSWG d143d50a18 Now checks to see if random name is approved before sending it to client 2015-07-21 08:57:45 -05:00
Waverunner e225aa8727 Updated ServerFactory to allow parsing of tab-deliminated Server Datatable Files (.sdf txt files) to Interchangeable File Format for source control diff viewing instead of using binary files
An IFF is created for the corresponding SDF if: one does not exist or the SDF's modify date is > than the IFF's modify date
2015-07-20 12:42:41 -04:00
Obique PSWG 08e2056372 Now sets cell information before adding object to parent in buildouts like in snapshots 2015-07-20 07:41:41 -05:00
Obique PSWG 9763777731 Fixed ticket terminals loading inside foyer4 of the starport 2015-07-19 18:47:41 -05:00
Obique PSWG f02543a60d Fixed printf error with long argument 2015-07-19 16:58:03 -05:00
Obique PSWG c2239ad83f Fixed single bank terminal being a ticket terminal ... had it for debugging 2015-07-19 14:51:23 -05:00
Obique PSWG 7ebb1eeb69 Added static service to spawn bank and ticket terminals 2015-07-19 14:49:01 -05:00
Obique PSWG 62b5d2e61d Merge branch 'client_server_data_refactor' of bitbucket.org:projectswg/holocore into quality_assurance 2015-07-19 12:41:27 -05:00
Waverunner ec37137e37 IffNodes now use an iterator and closed the FileInputStream after creation of IFFNodes for an SWGFile
Removed unused import statements and generified a few variables for ClientData classes
2015-07-19 13:40:30 -04:00
Obique PSWG ecd25eee70 Made lists and maps in Buildout/SnapshotLoader final 2015-07-19 12:29:19 -05:00
Obique PSWG 5d499c06e4 Fixed ConcurrentModificationException when deleting character 2015-07-19 12:22:49 -05:00
Obique PSWG 7cfade425c Added 20 char limit to character names 2015-07-19 12:18:29 -05:00
Obique PSWG 912a2ff9c6 Fixed bad imports in MapService 2015-07-18 12:55:53 -05:00
Obique PSWG 2230c5d598 Fixed issue in previous commit with object databases never saving 2015-07-18 12:54:31 -05:00
Obique PSWG c4f8df4df8 Merge branch 'client_server_data_refactor' into quality_assurance 2015-07-18 01:13:51 -05:00
Waverunner be19a7f9c1 Added ChunkReader interface for reading item entries combined in one chunk and updated read methods for slot iff's and profession templates 2015-07-17 18:43:41 -04:00
Waverunner 8d80b64bf1 Refactored all visitors to use the new format for ClientData classes and significantly improved loading time of client files 2015-07-17 17:48:36 -04:00
Obique PSWG 9df1189ca7 Optimized SWGObject's getWorldLocation function to not make extra location copies 2015-07-12 17:27:33 -05:00
Obique PSWG bde7ea802b Added check to ODBs to make sure they are loaded before saving them 2015-07-12 16:57:03 -05:00
Obique PSWG 7e96ee02ca Added additional functions to Location to increase future usability 2015-07-12 16:04:40 -05:00
Obique PSWG 0cb1ebe97f Merge branch 'quality_assurance' of bitbucket.org:projectswg/holocore into quality_assurance 2015-07-12 15:38:34 -05:00
Obique PSWG 0c27c2a1e4 Fixed packet structs for DataTransform and DataTransformWithParent 2015-07-12 15:38:15 -05:00
Obique PSWG 8e59fdd258 Fixed CRC for ServerUnixEpochTime 2015-07-12 15:37:54 -05:00
Obique PSWG cc0c2266a4 Forgot to add this to previous commit - changed function name to getCellName() 2015-07-12 15:36:21 -05:00
Obique PSWG 9391d82681 Fixed function name in CellObject 2015-07-12 15:33:08 -05:00
Waverunner 19151f0e43 Merge branch 'data_refactor' of https://bitbucket.org/projectswg/holocore into client_server_data_refactor
Conflicts:
	src/resources/client_info/ClientFactory.java
	src/services/map/MapService.java
2015-07-12 15:08:17 -04:00