soupwizard
|
69130292f2
|
fixed 4 bugs found by FindBugs plugin in Eclipse
|
2012-12-26 19:50:06 -08:00 |
|
bkuker
|
77374d3992
|
Try to quiet JOGL down a little by classifying indented lines as
verbose, not debug.
|
2012-12-26 14:01:30 -05:00 |
|
bkuker
|
003e6c35f1
|
if openrocket.debug then redirect stderr to log.debug().
|
2012-12-26 13:56:24 -05:00 |
|
bkuker
|
bc2e759d86
|
Remove some overactive logging
|
2012-12-26 13:52:52 -05:00 |
|
bkuker
|
56c6d1b714
|
Include JOGL implementation version in bug report
|
2012-12-26 09:42:13 -05:00 |
|
bkuker
|
be9f6040ee
|
Fix classpath jars
|
2012-12-24 15:33:34 -05:00 |
|
plaa
|
9bb4e12c77
|
Merge pull request #26 from bkuker/master
Remove "Attempted firing event..." log statement
|
2012-12-24 09:55:22 -08:00 |
|
bkuker
|
5a8fa640a2
|
Remove log statement about ignored event if component not part of rocket
|
2012-12-24 10:58:34 -05:00 |
|
Sampo Niskanen
|
407052e89e
|
File format introduced with 12.09
|
2012-12-23 22:24:30 +02:00 |
|
Sampo Niskanen
|
3e81033b04
|
Define Eclipse project settings to use Java 1.6 level
|
2012-12-22 21:20:52 +02:00 |
|
plaa
|
0ef470b02e
|
Merge pull request #24 from rdgraham/openrocket-rdg
Openrocket rdg
|
2012-12-19 21:16:34 -08:00 |
|
soupwizard
|
f667bb4bf5
|
Added config file needed for travis-ci continuous integration hosting support. Fixed places in build.xml that had hardcoded path references to use relative references. Undid fix to build warning in MotorCompare.java, since the fix didn't work with java 1.7.
|
2012-12-16 23:26:04 -08:00 |
|
richard
|
df9ef0b984
|
Removed custom expression debug message
|
2012-12-16 23:07:44 -08:00 |
|
richard
|
661e391654
|
Merge branch 'master' of https://github.com/plaa/openrocket.git
|
2012-12-16 23:04:01 -08:00 |
|
richard
|
a7e73f6485
|
Fix bug with custom expressions where old sub expressions remained in an
expression after it was changed.
Fix bug to allow flight variables to be used inside index expressions.
|
2012-12-16 22:58:02 -08:00 |
|
soupwizard
|
11c247135e
|
fixed ~150 build warnings
|
2012-12-16 00:12:44 -08:00 |
|
soupwizard
|
141decb4d3
|
fix about 100 build warnings by add @Override, a couple other warning fixes
|
2012-12-13 19:02:13 -08:00 |
|
soupwizard
|
dd0a9a12d9
|
removed unnecessary @SupressWarnings, to fix some build warnings
|
2012-12-11 18:15:42 -08:00 |
|
Sampo Niskanen
|
49858f589f
|
Update thrust curve files
|
2012-12-10 23:30:56 +02:00 |
|
Sampo Niskanen
|
ff22040df0
|
Refactor motor serialization/loading code
|
2012-12-10 22:44:06 +02:00 |
|
Sampo Niskanen
|
cffb77530e
|
Merge branch 'master' of ssh://git@github.com/plaa/openrocket.git
|
2012-12-10 22:08:32 +02:00 |
|
Sampo Niskanen
|
42b4eeac31
|
Merge branch 'feature-improvepresetloading' of
github.com:kruland2607/openrocket
Conflicts:
core/build.xml
Optimize motor loading further
|
2012-12-06 12:49:00 +02:00 |
|
kruland2607
|
89ff50d60c
|
Fix whitespace and add SuppressWarnings.
|
2012-10-28 16:26:50 -05:00 |
|
kruland2607
|
bd66cc9338
|
Use Serializable representation of system supplied motors in jar file.
this greatly improves startup performance.
|
2012-10-28 11:26:40 -05:00 |
|
bkuker
|
0569ca17bf
|
Replace stencil buffer with z-buffer to draw outline of selected items
|
2012-10-24 13:34:34 -04:00 |
|
Sampo Niskanen
|
8c49d33731
|
Add Guice injector to Application
|
2012-10-23 07:32:20 +03:00 |
|
Sampo Niskanen
|
d63dc601c0
|
Clean up application startup
|
2012-10-18 08:09:42 +03:00 |
|
Sampo Niskanen
|
730f7b2697
|
Fix JRE class loader
|
2012-10-18 07:58:04 +03:00 |
|
Sampo Niskanen
|
811292286e
|
Make ClassBasedTranslator compatible with Guice
|
2012-10-15 07:33:24 +03:00 |
|
Sampo Niskanen
|
e78a7fe027
|
Remove test jar
|
2012-10-14 17:51:38 +03:00 |
|
Sampo Niskanen
|
4670a010be
|
Startup system using Guice and plugin loading
|
2012-10-14 17:51:10 +03:00 |
|
Sampo Niskanen
|
5622b4a2b5
|
Guice module for loading plugins
|
2012-10-10 22:12:34 +03:00 |
|
kruland2607
|
7f6c542e5d
|
Try to use Java Serializable to improve loading of included
ComponentPresets.
|
2012-10-09 09:07:18 -05:00 |
|
kruland2607
|
d305f9a952
|
Cleaned up imports.
|
2012-10-07 22:24:33 -05:00 |
|
kruland2607
|
ecac762940
|
Break up the area/cg test cases and add some documentation describing
what they are doing.
|
2012-10-07 22:20:33 -05:00 |
|
kruland2607
|
d8edf41355
|
Ignore simulation time steps <= 0 when loading ork file.
|
2012-10-07 22:19:59 -05:00 |
|
kruland2607
|
372bcae9a7
|
If the user selected a really small (0) timestep, the simulation gets
into an infinite loop. Don't use a user selected timestep smaller than
MIN_TIME_STEP.
|
2012-10-07 22:19:27 -05:00 |
|
kruland2607
|
4d77c817d8
|
Merged changes fixing NaN when computing fin CG.
|
2012-10-07 22:18:53 -05:00 |
|
kruland2607
|
9c3fce4517
|
Added couple of simple unit tests for computing area and cg for
Trapezoidal and Free Form FinSets.
|
2012-10-07 22:18:06 -05:00 |
|
kruland
|
a9a1860f96
|
Committing Russian l10n changes provided by Ruslan Uss.
|
2012-09-30 20:12:37 -05:00 |
|
Sampo Niskanen
|
e7ba712bea
|
Version to 12.09.1dev
|
2012-09-28 21:51:44 +00:00 |
|
Sampo Niskanen
|
8fbbb00387
|
Release 12.09.1
|
2012-09-28 21:42:20 +00:00 |
|
Bill Kuker
|
3b368ac270
|
Reverting efforts to detect & reduce 3d crashes.
Reverting:
1073
1074
1075
1076
1078
1079
|
2012-09-28 20:25:31 +00:00 |
|
Sampo Niskanen
|
506dc0c9b7
|
Unit rounding fine-tuning
|
2012-09-28 19:42:11 +00:00 |
|
Bill Kuker
|
2c6c5aa4c3
|
Move 3d initialization back where it was (left crash detection). Feeling was that dismissing the splash screen so early in linux felt like a crash.
|
2012-09-28 12:48:13 +00:00 |
|
Bill Kuker
|
1733ae5398
|
Add thread names to the danger-timer thread
|
2012-09-27 16:38:15 +00:00 |
|
Sampo Niskanen
|
bfe48265e6
|
Add usage instructions to preset dialog
|
2012-09-27 16:36:45 +00:00 |
|
Bill Kuker
|
22ee569d32
|
Add a timed check for GL Crash. Really a last resort.
|
2012-09-27 16:23:00 +00:00 |
|
Bill Kuker
|
b82be4fc02
|
Give a string description to each place I enter or leave the GL DangerZone
|
2012-09-27 16:15:45 +00:00 |
|
Bill Kuker
|
02360f89dd
|
GL Init must happen after OSX init, or else the application name does not take effect. Ugh.
|
2012-09-27 14:55:24 +00:00 |
|