Project::OSiRiON Tracker Sat, 18 Jul 2020 17:13:22 +0000 Project::OSiRiON TrackerProject::OSiRiON: Recently closed tasks http://osirion.org/tracker/ FS#111: Plasma cannon sound Stijn Buys Sat, 18 Jul 2020 16:49:20 +0000 Some kind of heavy whoosh. Think fireball launcher.]]> http://osirion.org/tracker/index.php?do=details&task_id=111 http://osirion.org/tracker/index.php?do=details&task_id=111 FS#106: HUD camera mode button Stijn Buys Mon, 18 Nov 2013 22:04:19 +0000 The HUD lacks an iconbutton to change and indicate the current camera mode.

TODO

- Add an iconbutton to the hud, change the icon depending on the current camera mode
- Add three camera icons to icons.svg:
track (aka third person)
cockpit (aka first person)
free (aka turret view)

]]>
http://osirion.org/tracker/index.php?do=details&task_id=106 http://osirion.org/tracker/index.php?do=details&task_id=106
FS#109: Button Tooltips Stijn Buys Thu, 28 Jul 2016 19:40:02 +0000 The ui::IconButton class needs to support tooltips.

It might be a good idea to implement this at the Widget level,
and display it for any widget whenever a tooltip text is set.

]]>
http://osirion.org/tracker/index.php?do=details&task_id=109 http://osirion.org/tracker/index.php?do=details&task_id=109
FS#50: Model: Commodity: Optronic Components Michael Rodenhurst Tue, 05 Jul 2011 03:07:11 +0000 Optronic Components commodity model.

]]>
http://osirion.org/tracker/index.php?do=details&task_id=50 http://osirion.org/tracker/index.php?do=details&task_id=50
FS#49: Model: Commodity: Superconductors Michael Rodenhurst Tue, 05 Jul 2011 03:06:38 +0000 Superconductors commodity model.

]]>
http://osirion.org/tracker/index.php?do=details&task_id=49 http://osirion.org/tracker/index.php?do=details&task_id=49
FS#102: Variable-length arrays preventing compilation with Clang Evan Goers Mon, 04 Feb 2013 04:08:52 +0000 When compiling with clang, it will run until stopping with an error on mapfile.cc:

In file included from mapfile.cc:1:
mapfile.cc:293:36: error: variable length array of non-POD element type 'math::Vector3f'
math::Vector3f patchvertices[rows][columns];
^
mapfile.cc:294:37: error: variable length array of non-POD element type 'math::Vector2f'
math::Vector2f patchtexcoords[rows][columns];
^
2 errors generated.
make[3]: *** [mapfile.lo] Error 1
make[3]: *** Waiting for unfinished jobs....

Clang isn't super-important, so I'm marking this as very low severity. In the future, someone might want to compile Osirion for FreeBSD, or another OS that uses Clang as the default compiler, so it might help to fix this problem.

]]>
http://osirion.org/tracker/index.php?do=details&task_id=102 http://osirion.org/tracker/index.php?do=details&task_id=102
FS#27: Weapon and explosion sounds Michael Rodenhurst Sun, 13 Mar 2011 15:02:33 +0000 Explosions, weapons fire, auditory pew pew.

DONE

- Weapon sounds
- Target hit sound
- Target kill sound
- Explosion particles
- Explosion sounds for EntityControlable
- Explosion sound for EntityDynamic
- Getting hit sounds

]]>
http://osirion.org/tracker/index.php?do=details&task_id=27 http://osirion.org/tracker/index.php?do=details&task_id=27
FS#52: Model: Commodity: Liquor Michael Rodenhurst Tue, 05 Jul 2011 03:08:45 +0000 Liquor commodity model.

]]>
http://osirion.org/tracker/index.php?do=details&task_id=52 http://osirion.org/tracker/index.php?do=details&task_id=52
FS#47: Model: Commodity: Water Michael Rodenhurst Tue, 05 Jul 2011 03:05:41 +0000 Water commodity model.

Some kind of water tank.

]]>
http://osirion.org/tracker/index.php?do=details&task_id=47 http://osirion.org/tracker/index.php?do=details&task_id=47
FS#100: Support for Item::Mountable flag and improved mount button Stijn Buys Tue, 01 Jan 2013 11:36:02 +0000 Implement complete support for the core::Item::Mountable flag.
The inventory screen should only show a mount button where approriate,
similar to the unmount button.

DONE
- Make the mount/unmount functions verify the mountable flag
(no need as it checks weapon subtype)
- Set the Item::Mountable flags on cannon and turret items
- Update the inventory screen

]]>
http://osirion.org/tracker/index.php?do=details&task_id=100 http://osirion.org/tracker/index.php?do=details&task_id=100