StarSim

StarSim.git
git clone git://git.lenczewski.org/StarSim.git
Log | Files | Refs | README | LICENSE

DateCommit messageAuthorFiles+-
2019-10-31 14:11Removed unnecessary files from prototype projectMikolaj Lenczewski2+0-6
2019-10-31 10:30Improved chromaticity implementation.Mikolaj Lenczewski3+64-35
2019-10-21 09:01Added chromaticity (read: Rainbows)Mikolaj Lenczewski5+176-8
2019-10-11 20:11Improved simulation logging to take into account active simulation frames only.Mikolaj Lenczewski6+52-26
2019-09-22 14:38Removed unnecessary annotations.Mikolaj Lenczewski2+302-305
2019-08-26 13:09Document 'Program.PrintContextSettings(ContextSettings)'Mikolaj Lenczewski1+4-0
2019-08-26 13:00Final solution clean via CodeMaid.Mikolaj Lenczewski32+463-425
2019-08-26 12:27Configuration file is now respected throughout application.Mikolaj Lenczewski12+620-120
2019-08-26 07:22Added ability to output simulation state to file for further manual analysis and verificationMikolaj Lenczewski3+131-5
2019-08-18 20:43Added misc bugfixes and fixed small overlooked error with System Details viewMikolaj Lenczewski4+17-8
2019-08-18 19:56All base coursework goals completed: - Finished implementing CRUD functionality.Mikolaj Lenczewski11+821-21
2019-08-17 20:51Implemented create and partial delete functionality. Added certain missing functionality to simulation view.Mikolaj Lenczewski18+1045-49
2019-08-17 11:00Updated database model and finished simulation and overview screens, adding new functionalityMikolaj Lenczewski12+826-559
2019-08-16 15:21Polished up Overview view and view modelMikolaj Lenczewski2+74-11
2019-08-16 13:53Added remaining views for database actions and their relevant view modelsMikolaj Lenczewski27+848-337
2019-08-16 12:42Updated body mass converter for two-way functionality - Readded read users and read systems because of wierd XAML parsing bugMikolaj Lenczewski11+123-130
2019-08-15 21:18Finished Database 'Read' Views: - Added read functionality to the database view - Recreated database model - Started work on other miscellaneous database view functionalityMikolaj Lenczewski23+1274-519
2019-08-14 14:12Provided extra abstraction around a published system, and added published system tracking functionality to the overview view modelMikolaj Lenczewski4+124-14
2019-08-14 12:56Updated NuGet packages, cleared remaing regions denoting code subsections in SimulatorContextFactory.cs (in both StarSim and StarSimGui), and reworked Simulation screen for quality of life for usersMikolaj Lenczewski9+150-73
2019-08-13 12:20Finished simulation view model/Mikolaj Lenczewski15+591-49
2019-08-04 20:02Setup basic GUI layout. - All views have base layout completed, and their relevant view models have dependency injection and the base functionality (event handlers and common properties) implemented - Database has been initially set up, and migrated such that it is in a useable state. - User login functionality has been fully implemented - Solution-wide code clean was performedMikolaj Lenczewski33+434-123
2019-08-01 14:26Final layout of user login component.Mikolaj Lenczewski1+11-11
2019-08-01 14:22Slightly edited main menu.Mikolaj Lenczewski1+0-2
2019-08-01 14:18Login system works, as does primitive main menuMikolaj Lenczewski31+1499-65
2019-07-19 07:45Merge branch 'master' of https://github.com/EnderRifter/StarSimMikolaj Lenczewski1+1-1
2019-07-19 07:44Added GUI project.Mikolaj Lenczewski12+227-0
2019-07-18 13:00Update README.mdEnderRifter1+1-1
2019-07-17 20:41Change in direction - Removed main menu system: it provided functionailty that would be better left to a competent cross platform gui library - Removed unnecessary folders and reorganised some filesMikolaj Lenczewski12+264-558
2019-07-15 13:19Started work on component system.Mikolaj Lenczewski11+153-54
2019-07-15 10:29Started work on windowing system.Mikolaj Lenczewski9+571-136
2019-07-14 21:26Fixed some event bindings, and the contents of the simulation input handler.Mikolaj Lenczewski2+5-5
2019-07-14 21:21Encapsulated simulation screen in its own class, so that it can be dealt with independently. Also renamed Drawer and InputHandler for ease of use.Mikolaj Lenczewski7+963-830
2019-07-13 21:35Tuned orbit tracers, started database implementation.Mikolaj Lenczewski11+798-11
2019-07-08 15:12Minor changes to some code to tune orbit tracers.Mikolaj Lenczewski4+11-11
2019-07-08 14:35Added a fps counter and pretty orbit tracersMikolaj Lenczewski4+51-24
2019-07-08 13:40Added linear colour interpolation.Mikolaj Lenczewski2+48-2
2019-07-08 12:57Cleaned up 'using' imports.Mikolaj Lenczewski3+2-7
2019-07-08 12:53Removed the unused StarSimGui project.Mikolaj Lenczewski19+0-844
2019-07-08 12:47Delete azure-pipelines.ymlEnderRifter1+0-30
2019-07-08 12:46Fully cleaned solution from all dead code.Mikolaj Lenczewski1+0-32
2019-07-08 12:46Merge branch 'master' of https://github.com/EnderRifter/StarSimMikolaj Lenczewski1+0-2
2019-07-08 12:46Changed constants to give nice output.Mikolaj Lenczewski2+1-18
2019-07-08 12:39Update README.mdEnderRifter1+0-2
2019-07-08 12:39Removed dead and unused code files.Mikolaj Lenczewski2+0-33
2019-07-08 12:360 errors, 0 warning, 0 messages.Mikolaj Lenczewski9+71-50
2019-07-08 11:36completely fixed barnes-hut bugMikolaj Lenczewski6+31-107
2019-07-08 10:22Initial fix for barnes-hut bugMikolaj Lenczewski7+311-69
2019-07-05 09:57Fixed octant tree generation bugMikolaj Lenczewski4+143-41
2019-07-04 21:54Started debugging Barnes Hut algorithm due to instantiation issue.Mikolaj Lenczewski2+26-25
2019-07-04 21:15Cleaned up imports.Mikolaj Lenczewski4+0-4
2019-07-04 21:10Made sure that barnes-hut algorithm works.Mikolaj Lenczewski4+381-153
2019-07-04 20:23Finished initial Barnes-Hut algorithm implementation.Mikolaj Lenczewski4+91-17
2019-07-03 22:19Started on implementation of barnes hut algorithm.Mikolaj Lenczewski3+337-3
2019-07-03 20:30Renamed Vector4d to Vector4. Started work on Barnes-Hut algorithm implementation.Mikolaj Lenczewski14+738-693
2019-07-02 15:13Refactored orbit tracers into separate class.Mikolaj Lenczewski14+539-364
2019-07-02 06:53Improved documentation of Drawer.DrawBodies().Mikolaj Lenczewski1+2-1
2019-07-02 06:48Rotation of view now only uses a range of angles between +0 and +359.Mikolaj Lenczewski1+3-3
2019-07-02 06:45Input handling was completely refactored into a separate class, body shape generation was improved through the use of delegates, and orbit tracers now work as intended.Mikolaj Lenczewski7+259-21
2019-07-01 20:33Added initial orbit tracing until a proper solution can be found.Mikolaj Lenczewski7+421-270
2019-07-01 17:14Finished new rendering pipeline, as well as basic rotation and zoom features. Started to refactor user interface interaction into separate class.Mikolaj Lenczewski6+103-12
2019-07-01 12:26Moved data types to separate folder. Also fixed rotation bug. Rotation is enabled, as is most of the interactivity.Mikolaj Lenczewski13+1483-1046
2019-07-01 07:47Fixed rendering system.Mikolaj Lenczewski2+25-21
2019-06-29 20:27Started work on proper projection and translation of bodies. Bugged at the moment.Mikolaj Lenczewski4+76-18
2019-06-29 17:40Added matricies, updated vector struct, and started adding more interactivity.Mikolaj Lenczewski11+1086-549
2019-06-28 14:12Refactored star sim library into proper structure, and encapsulated core functionality into separate classes.Mikolaj Lenczewski8+371-145
2019-06-24 14:34Added extra infrastructure.Mikolaj Lenczewski7+216-52
2019-06-19 21:35Merge branch 'master' of https://github.com/EnderRifter/StarSimMikolaj Lenczewski1+30-0
2019-06-19 21:35Added initial GUI framework, as well as database context and initial simulator database.Mikolaj Lenczewski35+1610-269
2019-06-19 18:02Update azure-pipelines.yml for Azure PipelinesEnderRifter1+2-2
2019-06-19 17:51Update azure-pipelines.yml for Azure PipelinesEnderRifter1+15-4
2019-06-19 17:45Set up CI with Azure PipelinesEnderRifter1+19-0
2019-06-19 17:30Merge branch 'master' of https://github.com/EnderRifter/StarSimMikolaj Lenczewski1+21-0
2019-06-19 17:30Orbits are now possible.Mikolaj Lenczewski8+315-316
2019-06-19 16:33Update README.mdEnderRifter1+21-0
2019-06-19 11:01Working nowMikolaj Lenczewski7+871-4
2019-04-25 17:40Initial Solution and project structure.Mikolaj Lenczewski5+77-0
2019-04-24 10:42Create README.mdMikolaj Lenczewski1+1-0
2019-04-24 10:42Initial commitMikolaj Lenczewski2+1004-0