-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Alpha5 #336
base: master
Are you sure you want to change the base?
Commits on Feb 12, 2014
-
kko committed
Feb 12, 2014 Configuration menu - View commit details
-
Copy full SHA for c581aff - Browse repository at this point
Copy the full SHA c581affView commit details -
Configuration menu - View commit details
-
Copy full SHA for e4564a1 - Browse repository at this point
Copy the full SHA e4564a1View commit details
Commits on Feb 13, 2014
-
kko committed
Feb 13, 2014 Configuration menu - View commit details
-
Copy full SHA for 8f8c436 - Browse repository at this point
Copy the full SHA 8f8c436View commit details -
Port background milkyway to vertexbuffer
kko committedFeb 13, 2014 Configuration menu - View commit details
-
Copy full SHA for 3023460 - Browse repository at this point
Copy the full SHA 3023460View commit details
Commits on Feb 14, 2014
-
Port starfield to vertex buffer
kko committedFeb 14, 2014 Configuration menu - View commit details
-
Copy full SHA for c725780 - Browse repository at this point
Copy the full SHA c725780View commit details
Commits on Feb 15, 2014
-
kko committed
Feb 15, 2014 Configuration menu - View commit details
-
Copy full SHA for 317aea3 - Browse repository at this point
Copy the full SHA 317aea3View commit details -
Port model system to use VertexBuffer
kko committedFeb 15, 2014 Configuration menu - View commit details
-
Copy full SHA for 74b44ae - Browse repository at this point
Copy the full SHA 74b44aeView commit details -
Update shields staticmesh usage
kko committedFeb 15, 2014 Configuration menu - View commit details
-
Copy full SHA for eb9063e - Browse repository at this point
Copy the full SHA eb9063eView commit details -
Indices are Uint16, but index count is Uint32
Noticed this when ground_station crashed
kko committedFeb 15, 2014 Configuration menu - View commit details
-
Copy full SHA for fd02959 - Browse repository at this point
Copy the full SHA fd02959View commit details -
Remove StaticMesh, Surface and related junk
kko committedFeb 15, 2014 Configuration menu - View commit details
-
Copy full SHA for 3c87675 - Browse repository at this point
Copy the full SHA 3c87675View commit details -
Allow storing offsets in vertex description
kko committedFeb 15, 2014 Configuration menu - View commit details
-
Copy full SHA for bc3e41e - Browse repository at this point
Copy the full SHA bc3e41eView commit details -
Add extra checks to buffer mapping
kko committedFeb 15, 2014 Configuration menu - View commit details
-
Copy full SHA for f6b2359 - Browse repository at this point
Copy the full SHA f6b2359View commit details
Commits on Feb 16, 2014
-
Use glMapBuffer when reading/writing static buffers
kko committedFeb 16, 2014 Configuration menu - View commit details
-
Copy full SHA for 35a626b - Browse repository at this point
Copy the full SHA 35a626bView commit details -
Vertexbuffer: update makefile.am (blindly)
kko committedFeb 16, 2014 Configuration menu - View commit details
-
Copy full SHA for e08e93a - Browse repository at this point
Copy the full SHA e08e93aView commit details -
Move more enums to graphics/Types.h so they don't clutter Renderer.h
kko committedFeb 16, 2014 Configuration menu - View commit details
-
Copy full SHA for 1238065 - Browse repository at this point
Copy the full SHA 1238065View commit details -
kko committed
Feb 16, 2014 Configuration menu - View commit details
-
Copy full SHA for b59167c - Browse repository at this point
Copy the full SHA b59167cView commit details -
Merge remote-tracking branch 'origin/master' into nicer-vertexbuffer
kko committedFeb 16, 2014 Configuration menu - View commit details
-
Copy full SHA for ec2a698 - Browse repository at this point
Copy the full SHA ec2a698View commit details -
Add ability to predefine stride in vertex buffer desc, respect custom…
… offsets when calculating stride
kko committedFeb 16, 2014 Configuration menu - View commit details
-
Copy full SHA for 732739e - Browse repository at this point
Copy the full SHA 732739eView commit details
Commits on Feb 17, 2014
-
Remove the assert on hyperspace target being a system path
It is now obsolete, as one can specify at which star one wants to jump.
Configuration menu - View commit details
-
Copy full SHA for 530ab2f - Browse repository at this point
Copy the full SHA 530ab2fView commit details -
New API to make (almost) uncondional jumps
This commit adds new InitiateHyperjump and AbortHyperjump methods to Ship, with only the minimal consistency checking (not in hyperspace already, and not jumping towards the current system), as well as a way to use an arbitrary Lua function to abort the jump during the countdown. The plan is to make these methods available from Lua, and to implement all Hyperspace-related policies in Lua (waiting on pioneerspacesim#1719, as usual). In the end, I plan on removing CheckHyperSpaceTo and friends. In order to make this work, I had to add a temporary flag to the HyperspaceOut structure to tell the various checking functions not to deal with considerations of fuel or range when the hyperjump has been initiated by the new methods. This flag will definitely be on its way along with all the fuel-related code in an hopefully near future.
Configuration menu - View commit details
-
Copy full SHA for 79f7227 - Browse repository at this point
Copy the full SHA 79f7227View commit details -
Configuration menu - View commit details
-
Copy full SHA for c9176b5 - Browse repository at this point
Copy the full SHA c9176b5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 28286a4 - Browse repository at this point
Copy the full SHA 28286a4View commit details -
Add a new CheckHyperjumpCapability() method to Ship
and use it to still do the simple checks before jumping into hyperspace.
Configuration menu - View commit details
-
Copy full SHA for b71ede7 - Browse repository at this point
Copy the full SHA b71ede7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 852586b - Browse repository at this point
Copy the full SHA 852586bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c3a094 - Browse repository at this point
Copy the full SHA 9c3a094View commit details -
Merge pull request pioneerspacesim#2768 from fluffyfreak/no-or
Make it compile again
Configuration menu - View commit details
-
Copy full SHA for 5c78066 - Browse repository at this point
Copy the full SHA 5c78066View commit details
Commits on Feb 18, 2014
-
Configuration menu - View commit details
-
Copy full SHA for 2e5acf8 - Browse repository at this point
Copy the full SHA 2e5acf8View commit details -
Configuration menu - View commit details
-
Copy full SHA for a6a0383 - Browse repository at this point
Copy the full SHA a6a0383View commit details -
Configuration menu - View commit details
-
Copy full SHA for 74cfd5f - Browse repository at this point
Copy the full SHA 74cfd5fView commit details -
Merge pull request pioneerspacesim#2769 from fluffyfreak/fixvs2012-eq…
…-delete VS2012 doesn't support `= delete`.
Configuration menu - View commit details
-
Copy full SHA for f9ac5c8 - Browse repository at this point
Copy the full SHA f9ac5c8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 169d9fa - Browse repository at this point
Copy the full SHA 169d9faView commit details -
Configuration menu - View commit details
-
Copy full SHA for f71c430 - Browse repository at this point
Copy the full SHA f71c430View commit details -
Merge pull request pioneerspacesim#2770 from fluffyfreak/fix_copywaste
Copy n' waste error fixed
Configuration menu - View commit details
-
Copy full SHA for 0d77b8a - Browse repository at this point
Copy the full SHA 0d77b8aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 62c7cdd - Browse repository at this point
Copy the full SHA 62c7cddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b26d6e - Browse repository at this point
Copy the full SHA 6b26d6eView commit details -
utils.lua: Add an inherits function to ease OO development
This will get used in pioneerspacesim#1719 to implement lua-side hyper{drive, space, jump}.
Configuration menu - View commit details
-
Copy full SHA for 2e8fd8b - Browse repository at this point
Copy the full SHA 2e8fd8bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 389fceb - Browse repository at this point
Copy the full SHA 389fcebView commit details
Commits on Feb 19, 2014
-
Merge remote-tracking branch 'origin/master' into nicer-vertexbuffer
kko committedFeb 19, 2014 Configuration menu - View commit details
-
Copy full SHA for d98534a - Browse repository at this point
Copy the full SHA d98534aView commit details -
Set initial index data to zeros instead of undefined
kko committedFeb 19, 2014 Configuration menu - View commit details
-
Copy full SHA for 64e40c5 - Browse repository at this point
Copy the full SHA 64e40c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 94d96a7 - Browse repository at this point
Copy the full SHA 94d96a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for f684bb5 - Browse repository at this point
Copy the full SHA f684bb5View commit details -
Apparently this caused a warning with msvc
kko committedFeb 19, 2014 Configuration menu - View commit details
-
Copy full SHA for 98f46c8 - Browse repository at this point
Copy the full SHA 98f46c8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 258df44 - Browse repository at this point
Copy the full SHA 258df44View commit details -
Be more careful with attribute offsets
kko committedFeb 19, 2014 Configuration menu - View commit details
-
Copy full SHA for 7856ca5 - Browse repository at this point
Copy the full SHA 7856ca5View commit details -
kko committed
Feb 19, 2014 Configuration menu - View commit details
-
Copy full SHA for ef5369a - Browse repository at this point
Copy the full SHA ef5369aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f4a286 - Browse repository at this point
Copy the full SHA 3f4a286View commit details -
don't provide implementations of disabled Sector copy & assignment
Fixes GCC -Wreturn-type warning and prevents accidental use of the copy-constructor or assignment operator (use will result in link failure at build time).
Configuration menu - View commit details
-
Copy full SHA for cf6f57e - Browse repository at this point
Copy the full SHA cf6f57eView commit details -
Merge pull request pioneerspacesim#2771 from fluffyfreak/minor-patch-…
…optimisation Patch alteration and math util
Configuration menu - View commit details
-
Copy full SHA for 727136f - Browse repository at this point
Copy the full SHA 727136fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 862f936 - Browse repository at this point
Copy the full SHA 862f936View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a209ef - Browse repository at this point
Copy the full SHA 9a209efView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c3196c - Browse repository at this point
Copy the full SHA 4c3196cView commit details
Commits on Feb 20, 2014
-
Model loader: log warning & workaround for missing indices
kko committedFeb 20, 2014 Configuration menu - View commit details
-
Copy full SHA for 3406063 - Browse repository at this point
Copy the full SHA 3406063View commit details -
Configuration menu - View commit details
-
Copy full SHA for 37d1531 - Browse repository at this point
Copy the full SHA 37d1531View commit details -
Configuration menu - View commit details
-
Copy full SHA for 66dcef8 - Browse repository at this point
Copy the full SHA 66dcef8View commit details -
Merge pull request pioneerspacesim#2762 from Luomu/nicer-vertexbuffer
Merging - New Vertex buffer class
Configuration menu - View commit details
-
Copy full SHA for 49697a0 - Browse repository at this point
Copy the full SHA 49697a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6611365 - Browse repository at this point
Copy the full SHA 6611365View commit details -
Rename StarSystem::rootBody to m_rootBody.
lwho committedFeb 20, 2014 Configuration menu - View commit details
-
Copy full SHA for 613ca1e - Browse repository at this point
Copy the full SHA 613ca1eView commit details -
Give all non-static members of SystemBody an m_ prefix.
lwho committedFeb 20, 2014 Configuration menu - View commit details
-
Copy full SHA for 5dfc8a5 - Browse repository at this point
Copy the full SHA 5dfc8a5View commit details -
Make SystemBody attributes private.
lwho committedFeb 20, 2014 Configuration menu - View commit details
-
Copy full SHA for b32021b - Browse repository at this point
Copy the full SHA b32021bView commit details -
Merge branch 'cleanup_starsystem'
lwho committedFeb 20, 2014 Configuration menu - View commit details
-
Copy full SHA for 58b950b - Browse repository at this point
Copy the full SHA 58b950bView commit details -
lwho committed
Feb 20, 2014 Configuration menu - View commit details
-
Copy full SHA for d70493c - Browse repository at this point
Copy the full SHA d70493cView commit details -
lwho committed
Feb 20, 2014 Configuration menu - View commit details
-
Copy full SHA for cd4dce8 - Browse repository at this point
Copy the full SHA cd4dce8View commit details -
Configuration menu - View commit details
-
Copy full SHA for fda187c - Browse repository at this point
Copy the full SHA fda187cView commit details
Commits on Feb 21, 2014
-
Configuration menu - View commit details
-
Copy full SHA for bb0fa71 - Browse repository at this point
Copy the full SHA bb0fa71View commit details -
Configuration menu - View commit details
-
Copy full SHA for 628c9ff - Browse repository at this point
Copy the full SHA 628c9ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for d162b80 - Browse repository at this point
Copy the full SHA d162b80View commit details -
Configuration menu - View commit details
-
Copy full SHA for 156fed1 - Browse repository at this point
Copy the full SHA 156fed1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 795c4bd - Browse repository at this point
Copy the full SHA 795c4bdView commit details
Commits on Feb 22, 2014
-
Fix excessive mass of asteroids (fixes pioneerspacesim#2781).
lwho committedFeb 22, 2014 Configuration menu - View commit details
-
Copy full SHA for 3d00921 - Browse repository at this point
Copy the full SHA 3d00921View commit details -
don't drop columns from the total width if they're missing from a sin…
…gle row. pioneerspacesim#2778
Configuration menu - View commit details
-
Copy full SHA for d1e258d - Browse repository at this point
Copy the full SHA d1e258dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 292f72e - Browse repository at this point
Copy the full SHA 292f72eView commit details -
IterationProxy for controlled access to embedded containers.
lwho committedFeb 22, 2014 Configuration menu - View commit details
-
Copy full SHA for 11a6f95 - Browse repository at this point
Copy the full SHA 11a6f95View commit details -
Switch access to SystemBody::m_children to IterationProxy interface.
lwho committedFeb 22, 2014 Configuration menu - View commit details
-
Copy full SHA for 4536a48 - Browse repository at this point
Copy the full SHA 4536a48View commit details -
Switch access to Space::m_bodies to IterationProxy interface.
lwho committedFeb 22, 2014 Configuration menu - View commit details
-
Copy full SHA for 7cfcd02 - Browse repository at this point
Copy the full SHA 7cfcd02View commit details -
Switch access to Frame::m_children to IterationProxy interface.
lwho committedFeb 22, 2014 Configuration menu - View commit details
-
Copy full SHA for b88d4c9 - Browse repository at this point
Copy the full SHA b88d4c9View commit details -
Switch access to UI::Container::m_widgets to IterationProxy interface.
lwho committedFeb 22, 2014 Configuration menu - View commit details
-
Copy full SHA for 1d43830 - Browse repository at this point
Copy the full SHA 1d43830View commit details -
Switch access to Lang::Resource::m_strings to IterationProxy interface.
lwho committedFeb 22, 2014 Configuration menu - View commit details
-
Copy full SHA for 4e6c6b4 - Browse repository at this point
Copy the full SHA 4e6c6b4View commit details
Commits on Feb 23, 2014
-
Merge branch 'master' of https://github.com/pioneerspacesim/pioneer i…
…nto remove-vs2012 Conflicts: win32/vc2012/graphics/graphics.vcxproj win32/vc2012/graphics/graphics.vcxproj.filters
Configuration menu - View commit details
-
Copy full SHA for ab94f72 - Browse repository at this point
Copy the full SHA ab94f72View commit details -
Merge pull request pioneerspacesim#2772 from fluffyfreak/remove-vs2012
DISCUSS - Removing Visual Studio 2010 and 2012
Configuration menu - View commit details
-
Copy full SHA for c117080 - Browse repository at this point
Copy the full SHA c117080View commit details -
Updated COMPILING.txt to remove 2008, 2010 and 2012 references to Vis…
…ual Studio products. Also update the changelog
Configuration menu - View commit details
-
Copy full SHA for e81ee8a - Browse repository at this point
Copy the full SHA e81ee8aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f4f703 - Browse repository at this point
Copy the full SHA 9f4f703View commit details -
Merge branch 'iteration_proxy'
lwho committedFeb 23, 2014 Configuration menu - View commit details
-
Copy full SHA for 27f85c4 - Browse repository at this point
Copy the full SHA 27f85c4View commit details -
Automatically manage the cancellation of jobs with RAII.
lwho committedFeb 23, 2014 Configuration menu - View commit details
-
Copy full SHA for 007991f - Browse repository at this point
Copy the full SHA 007991fView commit details -
Avoid calling JobClient::RemoveJob from ~JobHandle, as that means it …
…*is* just being removed.
lwho committedFeb 23, 2014 Configuration menu - View commit details
-
Copy full SHA for 00d6632 - Browse repository at this point
Copy the full SHA 00d6632View commit details -
Configuration menu - View commit details
-
Copy full SHA for 58e0168 - Browse repository at this point
Copy the full SHA 58e0168View commit details -
Configuration menu - View commit details
-
Copy full SHA for d38408e - Browse repository at this point
Copy the full SHA d38408eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 393feac - Browse repository at this point
Copy the full SHA 393feacView commit details -
Configuration menu - View commit details
-
Copy full SHA for c4ac5be - Browse repository at this point
Copy the full SHA c4ac5beView commit details -
Update dependencies in premake4.lua, add release-symbols option
kko committedFeb 23, 2014 Configuration menu - View commit details
-
Copy full SHA for 4104981 - Browse repository at this point
Copy the full SHA 4104981View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5fb1320 - Browse repository at this point
Copy the full SHA 5fb1320View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4db7545 - Browse repository at this point
Copy the full SHA 4db7545View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9bb9695 - Browse repository at this point
Copy the full SHA 9bb9695View commit details -
Configuration menu - View commit details
-
Copy full SHA for 78b4924 - Browse repository at this point
Copy the full SHA 78b4924View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b125fb - Browse repository at this point
Copy the full SHA 9b125fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f9b80a - Browse repository at this point
Copy the full SHA 0f9b80aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 63c267d - Browse repository at this point
Copy the full SHA 63c267dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7809c24 - Browse repository at this point
Copy the full SHA 7809c24View commit details
Commits on Feb 24, 2014
-
Configuration menu - View commit details
-
Copy full SHA for 404987c - Browse repository at this point
Copy the full SHA 404987cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 56a397a - Browse repository at this point
Copy the full SHA 56a397aView commit details -
Configuration menu - View commit details
-
Copy full SHA for c803960 - Browse repository at this point
Copy the full SHA c803960View commit details -
Configuration menu - View commit details
-
Copy full SHA for a435eaf - Browse repository at this point
Copy the full SHA a435eafView commit details -
Merge pull request pioneerspacesim#2785 from fluffyfreak/VSProfileConfig
Added a Profile Config to VS2013
Configuration menu - View commit details
-
Copy full SHA for 36ec646 - Browse repository at this point
Copy the full SHA 36ec646View commit details -
Configuration menu - View commit details
-
Copy full SHA for a79eb79 - Browse repository at this point
Copy the full SHA a79eb79View commit details -
Configuration menu - View commit details
-
Copy full SHA for 916c48a - Browse repository at this point
Copy the full SHA 916c48aView commit details -
Make static data tables in StarSystem const.
lwho committedFeb 24, 2014 Configuration menu - View commit details
-
Copy full SHA for 47685c1 - Browse repository at this point
Copy the full SHA 47685c1View commit details -
Make StarSystem attributes private.
lwho committedFeb 24, 2014 Configuration menu - View commit details
-
Copy full SHA for d599c58 - Browse repository at this point
Copy the full SHA d599c58View commit details -
lwho committed
Feb 24, 2014 Configuration menu - View commit details
-
Copy full SHA for 4281823 - Browse repository at this point
Copy the full SHA 4281823View commit details
Commits on Feb 25, 2014
-
Configuration menu - View commit details
-
Copy full SHA for 6e38538 - Browse repository at this point
Copy the full SHA 6e38538View commit details
Commits on Feb 27, 2014
-
Configuration menu - View commit details
-
Copy full SHA for 4f9d3d3 - Browse repository at this point
Copy the full SHA 4f9d3d3View commit details
Commits on Feb 28, 2014
-
Configuration menu - View commit details
-
Copy full SHA for 635289f - Browse repository at this point
Copy the full SHA 635289fView commit details -
Configuration menu - View commit details
-
Copy full SHA for bca1f59 - Browse repository at this point
Copy the full SHA bca1f59View commit details -
Configuration menu - View commit details
-
Copy full SHA for 619c2b6 - Browse repository at this point
Copy the full SHA 619c2b6View commit details
Commits on Mar 1, 2014
-
Switch over to using the new VertexBuffer type and passing the materi…
…al into it's draw method rather than setting it all outside of it.
Configuration menu - View commit details
-
Copy full SHA for 68abbae - Browse repository at this point
Copy the full SHA 68abbaeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5fcf6f7 - Browse repository at this point
Copy the full SHA 5fcf6f7View commit details -
Merge remote-tracking branch 'fluffyfreak/terrainVB'
Kimmo Kotajärvi committedMar 1, 2014 Configuration menu - View commit details
-
Copy full SHA for f7e8abc - Browse repository at this point
Copy the full SHA f7e8abcView commit details
Commits on Mar 2, 2014
-
Configuration menu - View commit details
-
Copy full SHA for 0cf2fb1 - Browse repository at this point
Copy the full SHA 0cf2fb1View commit details
Commits on Mar 3, 2014
-
Configuration menu - View commit details
-
Copy full SHA for fe813f9 - Browse repository at this point
Copy the full SHA fe813f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3de5936 - Browse repository at this point
Copy the full SHA 3de5936View commit details -
Configuration menu - View commit details
-
Copy full SHA for 540f401 - Browse repository at this point
Copy the full SHA 540f401View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f1e768 - Browse repository at this point
Copy the full SHA 0f1e768View commit details -
Configuration menu - View commit details
-
Copy full SHA for f0a988c - Browse repository at this point
Copy the full SHA f0a988cView commit details -
Configuration menu - View commit details
-
Copy full SHA for fe0da0b - Browse repository at this point
Copy the full SHA fe0da0bView commit details -
Configuration menu - View commit details
-
Copy full SHA for e3517d3 - Browse repository at this point
Copy the full SHA e3517d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2fdb535 - Browse repository at this point
Copy the full SHA 2fdb535View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6364058 - Browse repository at this point
Copy the full SHA 6364058View commit details
Commits on Mar 4, 2014
-
Merge remote-tracking branch 'robn/font-incremental'
Kimmo Kotajärvi committedMar 4, 2014 Configuration menu - View commit details
-
Copy full SHA for 58ee40d - Browse repository at this point
Copy the full SHA 58ee40dView commit details -
Configuration menu - View commit details
-
Copy full SHA for a6ebb47 - Browse repository at this point
Copy the full SHA a6ebb47View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b17395 - Browse repository at this point
Copy the full SHA 9b17395View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0e51b78 - Browse repository at this point
Copy the full SHA 0e51b78View commit details -
Configuration menu - View commit details
-
Copy full SHA for dc2f266 - Browse repository at this point
Copy the full SHA dc2f266View commit details -
Configuration menu - View commit details
-
Copy full SHA for e1c6ea5 - Browse repository at this point
Copy the full SHA e1c6ea5View commit details -
Merge pull request pioneerspacesim#2800 from fluffyfreak/fixvs2013
Update for text and pioneer project file removals.
Configuration menu - View commit details
-
Copy full SHA for 33ec2ca - Browse repository at this point
Copy the full SHA 33ec2caView commit details -
Fix compilation with gcc-4.7 by deleting copy constructor/assignment …
…of JobHandle (fixes pioneerspacesim#2799).
lwho committedMar 4, 2014 Configuration menu - View commit details
-
Copy full SHA for fdc9b5b - Browse repository at this point
Copy the full SHA fdc9b5bView commit details -
Fix signed/unsigned comparison.
lwho committedMar 4, 2014 Configuration menu - View commit details
-
Copy full SHA for f8727a6 - Browse repository at this point
Copy the full SHA f8727a6View commit details
Commits on Mar 5, 2014
-
Configuration menu - View commit details
-
Copy full SHA for 96ca7d7 - Browse repository at this point
Copy the full SHA 96ca7d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a545fc - Browse repository at this point
Copy the full SHA 3a545fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 02b36fc - Browse repository at this point
Copy the full SHA 02b36fcView commit details
Commits on Mar 6, 2014
-
Configuration menu - View commit details
-
Copy full SHA for 64c0b2d - Browse repository at this point
Copy the full SHA 64c0b2dView commit details -
Configuration menu - View commit details
-
Copy full SHA for cae3e4d - Browse repository at this point
Copy the full SHA cae3e4dView commit details -
Configuration menu - View commit details
-
Copy full SHA for c1a5598 - Browse repository at this point
Copy the full SHA c1a5598View commit details -
Configuration menu - View commit details
-
Copy full SHA for de747e6 - Browse repository at this point
Copy the full SHA de747e6View commit details -
* new ship exhaust trails * new ship; civilian corvette * new npc ship; passenger liner * new npc ship; ultraheavy tanker * new ship; civilian fighter * new shields for all ships * fixed mission spawning bug * updates to missions and reputation
Configuration menu - View commit details
-
Copy full SHA for 69f9eb8 - Browse repository at this point
Copy the full SHA 69f9eb8View commit details -
Merge remote-tracking branch 'upstream/master' into sync
Conflicts: .gitignore data/ui/InfoView/CrewRoster.lua data/ui/Settings.lua src/Background.cpp src/Background.h src/Camera.cpp src/Makefile.am src/SystemInfoView.cpp src/SystemView.cpp src/WorldView.cpp src/galaxy/Sector.h src/galaxy/StarSystem.cpp src/graphics/Makefile.am src/graphics/Renderer.h src/graphics/RendererGL2.cpp src/graphics/RendererGL2.h win32/vc2012/graphics/graphics.vcxproj win32/vc2012/graphics/graphics.vcxproj.filters win32/vc2012/pioneer.vcxproj win32/vc2012/pioneer.vcxproj.filters
Configuration menu - View commit details
-
Copy full SHA for 8b26db3 - Browse repository at this point
Copy the full SHA 8b26db3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e8bca3 - Browse repository at this point
Copy the full SHA 3e8bca3View commit details
Commits on Mar 9, 2014
-
Merge remote-tracking branch 'upstream/master' into sync
Conflicts: .gitignore data/ui/InfoView/CrewRoster.lua data/ui/Settings.lua src/Background.cpp src/Background.h src/Camera.cpp src/Makefile.am src/SystemInfoView.cpp src/SystemView.cpp src/WorldView.cpp src/galaxy/Sector.h src/galaxy/StarSystem.cpp src/graphics/Makefile.am src/graphics/Renderer.h src/graphics/RendererGL2.cpp src/graphics/RendererGL2.h win32/vc2012/graphics/graphics.vcxproj win32/vc2012/graphics/graphics.vcxproj.filters win32/vc2012/pioneer.vcxproj win32/vc2012/pioneer.vcxproj.filters
Configuration menu - View commit details
-
Copy full SHA for 2460ff8 - Browse repository at this point
Copy the full SHA 2460ff8View commit details