You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Changelog.md
+50-2Lines changed: 50 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
43
43
### Changed
44
44
* Major graphics update including deferred lighting and shadows
45
45
* Enhanced sound (up to 128 channels)
46
-
### Fixes
46
+
### Fixed
47
47
* "Tons" of bugfixes
48
48
49
49
## [3.7.2] - 2015-04-23
@@ -53,4 +53,52 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
53
53
* WebUI based multiplayer standalone server (for non-Windows platforms)
54
54
### Changed
55
55
* Unstretched interface screens
56
-
* Automatically non stretched HUD gauges and simpler modder options for placing HUD gauges
56
+
* Automatically non stretched HUD gauges and simpler modder options for placing HUD gauges
57
+
58
+
## [3.7.0] - 2013-08-31
59
+
### Major Change
60
+
* New Flexible Pilot Save File Code (combines single/multi pilots & allows safe switching between unfinished campaigns)
61
+
### Changed
62
+
* Raised the per-model debris limit to 48 (previously 32).
63
+
* Increased the per-frame debris limit to 96 (previously 64)
64
+
65
+
## [3.6.18] - 2013-03-01
66
+
### Fixed
67
+
* Critical damage bug which caused heavy balance issues in the game
68
+
69
+
## [3.6.16] - 2013-01-31
70
+
### Added
71
+
* Diaspora TC support
72
+
### Changed
73
+
* Performance Improvements
74
+
75
+
## [3.6.14] - 2012-10-23
76
+
### Changed
77
+
* Major HUD gauges overhaul
78
+
* Split the Locked flag so that you can lock Ships or Weapons on the game loadout screen independently
79
+
* Mixed ammo for primary and secondary weapons - [`$Substitute`](http://www.hard-light.net/wiki/index.php/Weapons.tbl#.24Substitute:) - Allows you to have a weapon that fires other weapon ammo in a specific pattern (say a Gatling gun with tracers).
* The active support ship limit per side is now dynamic. See [`set-support-ship`](https://wiki.hard-light.net/index.php/SCP_SEXPs#set-support-ship) for more info.
82
+
### Added
83
+
* Objecttype tables support for deciding how enemies respond to ship classes when disabled
84
+
* Allow modders to set a [mood](http://www.hard-light.net/forums/index.php?topic=81991.msg1639770#msg1639770) for builtin messages and then switch the mood for the mission on the fly using a SEXP
85
+
* Allow modders to set the chance of builtin messages being sent, how many will be sent per mission and how long is the delay between two messages
86
+
* Allow campaigns to be hidden in the campaign and tech rooms ([Game settings.tbl](https://wiki.hard-light.net/index.php/Game_settings.tbl#.23Ignored_Campaign_File_Names))
87
+
* Allow mods to set a default campaign ([Game settings.tbl](https://wiki.hard-light.net/index.php/Game_settings.tbl#.24Default_Campaign_File_Name:))
*`rotating-subsys-set-time` now accelerates properly
104
+
*[Fixed a whole heap of memory, logic and coding errors](http://www.hard-light.net/forums/index.php?topic=78044.0) -- using PVS-Studio: C/C++ source code analysis and checking tool
0 commit comments