Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
blob: 089a8eef1870310fef245ce0eeb5c6d3234cf7ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464

  ------------------------------------------------------------------

	Project::OSiRiON - Changelog and release history

  ------------------------------------------------------------------

  * release-0.2.8 "Incremental Improvements"
  
  2016-07-30
  
	src tag release-0.2.8
  
	- Improved settings menu.
	- Improved freelook handling.
	- Disabled quickload in multiplayer games
	- Fixed engine sound volume setting.
	- Fixed map click events trickling through to the HUD.
	
	data tag release-0.2.8
	
	- Updated Jaguar ship specifications.
	- Updated user interface definitions.	
  
  * release-0.2.7 "Time's Arrow"

  2016-07-15

	src revision a5a8b48a06f60acb5e4b100e9f65b2706221e8e0

	- SDL2 support
	- Improved mouse flight controls
	- Improved AI flight controls
	- Added mouse freelook
	- Added support for repairing ships
	- Added support to abandon the current character.
	- Added support for default player characters when joining a game.
	- Added autopilot and control lock HUD buttons.
	- Added support for multi-layer materials.
	- Corrected a number of autotools related problems.
	- Corrected gcc 5.x related compiler warnings.
	- Corrected a compiler warning when buildling without ncurses.
	- Corrected a segfault when a ship explodes and ejects a weapon.
	- Corrected savegame screenshots on win32.
	- Reduced drawing distance to 50km and fx drawing distance to 20km.
	- Print a message if the player tries to beam cargo and the cargo hold is full.
	- Don't reset thruster while docking.
	- Prevent projectiles from hitting the enity that fired it, prevent projectiles from hitting each other.
	- Wingmen updates.
	- Documentation updates
	- Several bugfixes.

	data revision 8378f130234e7ebbcf6c006bea3d06350cacb20d

	- Documentation updates
	- Added menu options to join a faction when starting a new game
	- Added menu option to abandon the current game
	- Added menu option for keyboard configuration
	- Added HUD buttons for autopilot and control lock
	- Updated Jaguar
	- Update Raider
	- Updated Camel
	- Added planet Carthagio texture.
	- Updated Wapperdam depot model.
	- Updated the Ghant system
	- Updated Galileo system
	- Updated the Vostok system
	- Added turrets to Helianthos, Gesser and Zavulon bases
	- Added twilight guard faction.
	- Material updates

  * build-0.2.6-svn1440 "Pirate Edition"
  
	2013-12-15
	
	src revision 1440

	- Added autopilot goto/dock/formation support.
	- Added NPC support.
	- Added reputation support.
	- Added explosion sound support.
	- Added getting hit sound support.
	- Improved HUD target indicators.
	- Added star coronas to the map.
	- Restored light attenuation values.
	- Added support for NPC patrol routes.
	- Added support for station weapons.
	- Added 'wingmen' cheat.
	- Added 'explode' cheat.
	- Added 'give reputation' cheat.
	- Increased beaming distance to 5km.
	- Improved ship info.
	- Sort ship weapons by location.
	- Remove destroyed ships from the physics simulation.
	- Nudge ships on launch to prevent spawning inside other objects.
	- Support the 'infoname' key in zone ini files.
	- Explosion particles bugfixes.
	- Improved thrust triggered particle ejectors.
	- General build fixes.
	- Added --disable-error configure option.
	- Added --enable-static-libc configure option.
	- Added workaround for the bullet 2.82 compile warning.
	
	data revision 1067

	- Added the Dagon system.
	- Added the Ashran system,
	- Added the Rasheen system,
	- Added the Xibalba system,
	- Added the Vostok system,
	- Added planet Rasheen.
	- Added planet Dagon.
	- Use sky04 for the Alpha Kosiya system.
	- Added sky29 to the Rasheen system.
	- Added sky30 to the Kor Glaven system.
	- Added sky31 to the Phoenicia system.
	- Updated sky28 from the Praetoria system.
	- Swapped skies from the Kronenbaden and Hellas systems.
	- Introduced phospine gas cargo.
	- Added Camorra Syndicate faction.
	- Added Praetorian Express courier faction.
	- Added Ryu Sengir faction.
	- Updated the Antwerp system.
	- Updated the Ghant system.
	- Updated the Kronenbaden system.
	- Updated the Finnmark system.
	- Updated Praetorian space.
	- Mount weapons on battleship Custodian.
	- Added asteroid models.
	- JMA ship updates.
	- Improved Brisbane medical
	- Updated weapon slots on the Matrix and the Raider.
	- Added two extra location_cannons to Talon.
	- Added turrets to the Goliath.
	- Resized the Penchant.
	- Updated the Manticore.
	- Updated the Avatar.
	- Improved engine exhaust particles.
	- Replaced jump sound.
	- Replaced mount sound.
	- Added explosion sounds.
	- Added liquor cargo model.

  * build-0.2.5-svn1328 "Particle Probe"
  
	2013-09-29
	
	src revision 1328
	
	- Replaced the inventory mount button with an in-place mount indicator.
	- Binds 'X' key to target other players.
	- Improved aiming.
	- Major overhaul of the particle system back-end.
	- Fixed building with gcc 4.8.
	- Use a different cursor for clickable ui elements.
	- Show projecile statistics in turret info.
	- Added a default armor setting to ship templates.

	data revision 999
	
	- Various world updates
	- Disabled entity color on laser particles.
	- Improved ship engine and weapon particles
	- Added weapon slots to a number of ships
	- Added neutron weapons
	- Added ion weapons
	- Better explosion particles.
	- Added sky23 to the Hellas system
	- Added sky24 to the Kor Telos system.
	- Added sky25 for the Camorra system.
	- Added sky26 to the Kor Minas system.
	- Added sky27 to the Carthagio system.
	- Added sky28 to the Praetoria system.
	- Updated sky04.
	- Updated sky05 (Albion).
	- Updated sky10 (Lindblade).
	- Updated sky12 (Kiana).
	- Added Dagon Tyrant model.
	- ADded initial Dagon Manticore model.
	- Added a couple Tyson science vessels to anara.
	- Added inventory laser weapon models
	- Added fire/smoke particles to the colonial factory model (e.g. Kerman refinery).
	- Added stars to Oran and Phoenicia and added a jumpgate between the two systems,
	- Added a jumpgate between the Praetoria and the Carthagio systems
	- Added planet Praetoria and its moon Caesar.
	- Updated a number of stars across the galaxy.
	- Added solar power array to the Carthagio system.
	- Added solar unit model.
	- Added default armor settings to ship models.
	- Improved jumpgate vortex particles.
	- Added Port Royal placeholder model.


  * build-0.2.4-svn1282 "Resolutions"
  
	2013-01-01
	
	src revision 1282

	- Play stationary engine sounds.
	- Corrected engine sound location for scaled models.
	- Added support for planets with rings.
	- Added support for weapons fire sounds.
	- Added sound effects for weapon mounting and target hitting,
	- Resolved an issue where a ship was able to shoot itself,
	- Added support for mouse aiming.
	- Support for turrets

	data revision 924
	
	- Improved off-screen target graphics.
	- Updated mount, unmount and window close icons.
	- Updated ship specifications.
	- Updated sky01, added sky21 and sky22.
	- Updated Linblade space ship trade definitions.
	- Added weapon sounds
	- Added rings to planet Antwerp,
	- Added placeholder models for water and optronic components.

  * build-0.2.3-svn1265 "Pyrotechnics Santa"

	2012-12-25
	
	src revision 1265
	
	- Added support for client-side projectiles.
	- Lowered velocity threshold to prevent frozen entities.
	- Added mount/unmount buttons.
	- Improved info text parsing.
	- Improved HUD and target graphics.
	- Improved mouse control sensitivtiy.
	
	data revision 907
	
	- Added weapon specifications.
	- Added weapon particles.
	- Added Anansi light fighter,
	- Added Iktomi medium fighter.
	- Retired Avenger series of ships.
	- Added Tyson science vessel.
	- Improved trading definitions
	- Added several starsystems.
	- Added Brisbane Medical station.
	- Added dumb mine model by Karvajalka.
	
 * build-0.2.2-svn1195

	2012-11-17
	
	svn revision 1195
	
	- Added autosave function for singleplayer games.
	- Added savegame screenshots.
	- Added listview scrollbars.
	- Added support for multiple zone lights.
	- Added initial support for model weapon slots.
	- Added map window preview for selected planets and stars.
	- Added galactic overview to the map window
	- Added engine support for bullet collision callbacks.
	- Added weapon traders.
	- Added spacemines proof of concept.
	- Added projectile weapons proof of concept.
	- Added support for unique items
	- Ships are destroyed now when flying into a planet or a star	
	- Corrected a bug where sliders and scrollbars didn't work 
	  if the widget loses mouse focus.
	- Corrected a bug where sounds were played for docked ships.
	
	data revision 855 
	
	- Added more skyboxes.
	- Added Chimera battleship for House Dagon.
	- Added Jormungandr trade cruiser for House Dagon.
	- Added Raptor heavy feighter for House Dagon.
	- Added jumpgates between Ghant and Warsaw.
	- Various new starsystems and updates for existing systems.
	- Added weapon trade defintions, updated trade definitions.
	- Improved Lindblade Central model.
	
 * build-0.2.1-svn1082

	2012-01-22
	
	src revision 1082

	- Various lighting tweaks and enhancements.
	- Added zone ambient color support.
	- Added eject cargo dialog.
	- Added tractor beam and eject cargo sound effects.
	- Added support for saving and loading games in singleplayer.
	- Added Material::Decal surface flag to enable polygon offset and alpha testing.
	- Added Material::Origin surface flag for func_rotate groups.
	- Enabled secondary entity color in the model viewer.
	- Fixed the close button on the chat window.
	- Cleanup of the main menu code.
	- Corrected a bug where setting the jumpgate template radius wouldn't work.
	- Corrected a bug where inventory capacity wasn't reset after loading player data.
	
	data revision 788
	
	- new oldlancer model
	- new miningprotector model
	- new goliath model
	- new drake model
	- new niobium model
	- new jumpgate model
	- new decal textures
	- new tractor beam sound effect
	- removed obsolete orion ship

 * build-0.2.0-svn1031 "OBJ in space"
	
	2011-09-03

	src revision 1031

	- various user interface updates
	- fixed a bug that prevent the client to connect to a multiplayer game
	- OBJ file support
	- corrected multi-line entity infos

	data revision 718

	- new factory model
	- added border shadows to icons

 * build-0.2.0-svn1010 "Binary Compatible"

	2011-08-06
	
	src revision 1010

	- support for wav files with metadata
	- support for ogg vorbis sound effects
	- improved collision model support
	- collision support for func_rotate and func_move entities in map files
	- corrected timing problems in the dedicated server and core library
	- better client framerate stability
	- chat text is no longer truncated by a semi-colon
	- support for a jump drive sound effect
	- initial persistent player stats for dedicated servers
	- general improvements to the user interface

	data revision 705

	- higher resolution skies
	- redesigned camel freighter
	- new colonial space station model
	- added several collision models
	- added Khorsand and Warsaw systems
	- new commodities and trade routes

 * build-0.2.0-svn936 "Expanding Molecules"

	2011-03-31
	
	src revision 936
	data revision 644

	- corrected submodel instancing
	- removed mouse control deadzone
	- restore previous thruster setting when dropping from impulse speed
	- updated universe and improved models

 * build-0.2.0-svn910 "Bouncing Betty"

	2011-02-12
	
	src revision 910
	data revision 610

	- complete .map bezier patches support
	- collision meshes
	- zone chat
	- support for materials with skybox environment mapping

 * build-0.2.0-svn875 "Snowy Patches"

	2010-10-30
	
	src revision 875
	data revision 525

	- initial support for .map bezier patches
	- built-in model viewer

 
 * build-0.2.0-svn827 (win32 only)

	2010-10-16
	
	src revision 827

	- bugfix release for r825
	- prevents the win32 client from crashing when VBO's are enabled

 * build-0.2.0-svn825 "November Rain"

	2010-10-15
	
	src revision 825
	data revision 490

	- VBO support
	- scalable models
	- world updates and new skyboxes

 * build-0.2.0-svn754 "Broken Skies"

	2010-10-06
	
	src revision 754
	data revision 451

	- replaces skyglobes with skyboxes

 * build-0.1.0-svn740

	2010-09-26
	
	src revision 740
	data revision 441

 * build-0.1.0-svn716

	2010-03-05
	
	src revision 716
	data revision 422

 * build-0.1.0-svn669

	2009-08-13

	src revision 669
	data revision 371

 * build-0.1.0-svn641

	2009-06-28

	src revision 641
	data revision 326

 * build-0.1.0-svn560

	src revision 560
	data revision 261

 * build-0.1.0-svn523

	src revision 523
	data revision 217

 * build-0.1.0-svn488

	src revision 488
	data revision 174

 * build-0.1.0-svn418

	src revision 418
	data revision 144