Commit Graph
45 Commits
Author SHA1 Message Date
Obique PSWG 1f6a0702ec Refactored buildouts to support loading events 2015-10-10 13:14:04 -05:00
Obique PSWG 4ed21b9868 Added chat log 2015-10-05 10:46:35 -05:00
Obique PSWG 6b2de7fb43 Added player_spawns.sdb 2015-10-01 12:31:19 -05:00
Obique PSWG 5c9de1bf40 Merged in Undercova/holocore (pull request #71)
Fixed building ids to the correct values
2015-09-27 07:15:02 -05:00
Undercova 8997f164d6 - Fixed building ids to the correct values
- Added all known spawn locations
2015-09-27 02:15:21 +02:00
Obique PSWG 244997eb69 Changed buildouts to instead use an sdb file 2015-09-26 00:19:45 -05:00
Mads Boddum 4110fd2039 Merge branch 'quality_assurance' of https://bitbucket.org/projectswg/holocore into CORE-252_Spawners
Conflicts:
	serverdata/spawn/static.sdf
	src/services/spawn/SpawnerService.java
2015-09-08 14:27:02 +02:00
Mads Boddum d8224aac52 Spawners are now loaded via SDB instead of SDF 2015-09-08 14:06:05 +02:00
Obique PSWG d07fbd557f Merged in Undercova/starting_locationssdb-created-online-wit-1439914741276 (pull request #63)
Added new file for starting locations
2015-09-03 08:03:10 -05:00
Undercova PSWG 9a7e158318 Added spawners for all planets except Kashyyyk + Mustafar. Spawners inside buildings not included atm 2015-08-28 21:56:14 +00:00
Mads Boddum 3ef7c0ccc3 Created a SpawnerService which is responsible for placing the different types of spawners in the world 2015-08-26 19:52:31 +02:00
Undercova PSWG 776f671519 Added starting locations 2015-08-18 16:50:26 +00:00
Undercova PSWG 860db58c94 Added new file for starting locations 2015-08-18 16:19:27 +00:00
Waverunner ba3ef391e1 Added/removed empty lines on all sdf's so they will force re-create the corresponding iff's for prior commit to go into effect 2015-08-18 09:31:35 -04:00
Undercova PSWG 7acc45d16e Fixed city coordinate location for Quarantine Zone 2015-08-15 23:18:19 +00:00
Obique PSWG 4132bfd092 Added id column to cities.sdb, allowing duplicates of cities 2015-08-15 10:21:22 -05:00
Obique PSWG 0cd6a6b85b Merge branch 'quality_assurance' of bitbucket.org:projectswg/holocore into quality_assurance 2015-08-15 03:38:56 -05:00
Obique PSWG f4a7a302b0 Created CityService that will auto-update a player's current city 2015-08-15 03:33:28 -05:00
Obique PSWG f20ac19598 Merged in Undercova/added-travel-points-database-file-1438012252545 (pull request #46)
Added travel points database file
2015-08-14 14:28:00 -05:00
Obique PSWG fb6f53338c Added additional radial logic for easier iff->script lookup and added basic implementation for radial options 2015-08-09 02:12:17 -05:00
Obique PSWG be5fd47373 Got a basic start to banking and radials - currently sidetracked by memory bug 2015-08-01 10:24:00 -05:00
Undercova PSWG 5338afa9f9 Added travel points database file 2015-07-27 15:50:57 +00:00
Undercova PSWG 324b0b2957 Adjusted types.sdb 2015-07-26 21:43:40 +00:00
Undercova PSWG 7e7f689c65 Adjusted coordinates in spawns.sdb 2015-07-26 21:43:05 +00:00
Undercova PSWG 48cbb63f40 Removed empty spawns for static buildings (for now) 2015-07-26 20:11:29 +00:00
Undercova PSWG bfe397ce49 Added remaining spawns for static buildings 2015-07-26 19:56:22 +00:00
Undercova PSWG 3cfbf62fbf Added remaining building types 2015-07-26 19:27:14 +00:00
Obique PSWG 38ba742122 Changed column type of spawn sdb's to a more readable text 2015-07-26 11:56:11 -05:00
Undercova PSWG 78efda83ce Fixed building types 2015-07-26 15:59:49 +00:00
Undercova PSWG 49e5ed222f Fixed Bank and Travel building coordinates 2015-07-26 15:58:34 +00: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 7274a90db6 Mistakenly didn't save changes meant to be in the last commit 2015-07-25 02:48:58 -05:00
Obique PSWG 72fe6deda6 Moved ticket collector and transport on rori to proper spots 2015-07-25 02:43:47 -05:00
Obique PSWG 6e3592a1c0 Moved ticket collector to more accurate position in starport 2015-07-25 02:15:43 -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
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
Waverunner f354bb4ad7 Fixed wrong location for theed 2015-06-08 18:34:02 -04:00
Waverunner 4aee40c0fd Added cell labels for showing labels on the minimap, SWGNameGenerator no longer throws an error on null NameFilter, updated city map locations to points provided by Undercova 2015-06-08 17:59:19 -04:00
Waverunner 84afe8f4dd MapService now loads static city locations through Datatable IFF 2015-06-08 15:29:17 -04:00
Waverunner 7bed34610c Added the rest of the object templates that have map markers to map_locations.iff 2015-06-08 01:22:16 -04:00
Waverunner 3f0028ec03 Updated ClientFactory for /serverdata/ folder 2015-06-02 16:25:25 -04:00