29 Commits

Author SHA1 Message Date
SiboVG
8ed6370e24 Ignore bin dirs 2024-08-23 23:17:15 +02:00
SiboVG
df396228aa Merge branch 'refs/heads/unstable' into sphinx-docs 2024-05-10 05:08:47 +02:00
SiboVG
c8b7f45ee6 Ignore docs build dir 2024-05-10 05:04:49 +02:00
SiboVG
de72b50e65 Ignore IntelliJ shelf in git 2024-05-08 01:29:59 +02:00
SiboVG
a590bdc299 Fix merge conflicts 2024-04-06 02:23:58 +02:00
SiboVG
aa54a39bf7 Ignore Copilot caching 2024-03-28 00:34:33 +01:00
SiboVG
34fac46e1a Move database components from swing to core 2024-03-21 22:20:30 +00:00
Eliot Foss
d5cd7a77cb
Update .gitignore
Added /swing/resources/datafiles/components/ to .gitignore so that git doesn't track changes in the directory due to building
2024-02-01 12:06:43 -08:00
thzero
c19d942b4b cleanup 2023-05-09 07:28:59 -05:00
thzero
5fec236aa4 update for build 2023-05-09 07:28:34 -05:00
thzero
73fbff658c updates for files to ignore 2023-04-19 17:36:30 -05:00
thzero
9ac552fb84 updates for gradle 2023-04-18 21:48:26 -05:00
jppetrakis
42818b3564 almost ready draft 2023-02-26 21:20:19 -05:00
SiboVG
4e28d80d97 Ignore IntelliJ shelf files 2022-09-30 17:07:24 +02:00
thzero
b5344969c5
Ignore the resources\datafiles\presets folder as it is being built by the copy-orc-files build script (#1169)
* remove the resources\datafiles\presets folder as its is being built by the copy-orc-files build script

* Refactored from new Boolean and new Integer to Boolean.valueOf and Integer.valueOf due to deprecation warnings.   Value of is supported in Java 8 (https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html)

* Removed non-atomic updates around deprecation
2022-02-27 12:06:24 +01:00
Sibo Van Gool
6ea74ad6c6 Added gitignores for IntelliJ-files 2021-08-13 22:09:40 +02:00
Neil Balch
c48c31c725 Add build temp file to .gitignore 2021-05-12 19:43:27 -07:00
Billy Olsen
95f6f3c245 Update plugs per snap store review feedback
The snap store review team has approved auto-connecting the plugs
for OpenRocket to allow the application to access the .openrocket
and .java/.userPrefs directories on Linux without needing user
interaction.

This patch adjusts the snapcraft.yaml definition per the feedback at
https://forum.snapcraft.io/t/request-for-personal-files-for-openrocket/20579/5

This patch will also migrate the java preferences from the user's
home directory to the $SNAP_COMMON directory since write access will
not be allowed to the default preferences api.

Signed-off-by: Billy Olsen <billy.olsen@gmail.com>
2020-12-16 18:54:06 -07:00
Billy Olsen
de741793fa Add snapcraft information for building snaps
Snaps are a universal packaging format for Linux platforms
and is available for most major Linux distributions.

This commit adds support for building OpenRocket as a snap. The
snap convention is to place snap relevant information in the top
level snap directory. The snapcraft.yaml file provides information
regarding what should be in the snap and how to build it.

Signed-off-by: Billy Olsen <billy.olsen@gmail.com>
2020-06-13 14:43:14 -07:00
Billy Olsen
4590d7d1b8 Remove openrocket.log from tree
Remove the openrocket.log file that is errantly in the tree.
Update .gitignore to not include openrocket.log in the future.

Signed-off-by: Billy Olsen <billy.olsen@gmail.com>
2020-04-19 20:15:40 -07:00
Daniel_M_Williams
9034b23386 [add] Added */.DS_Store to .gitignore file 2016-12-20 12:47:48 -05:00
Wes Cravens
e2efefb296 IntelliJ CE integration and build 2016-03-23 17:15:26 -05:00
kruland2607
d692288f68 Added build.xml driver in root directory. Moved a few files around to support
unittest.
2013-09-30 11:38:54 -05:00
kruland2607
26fb295554 Rework source structure to separate swing gui code from core code.
Separate swing application code from core code.  Moved a bunch of sources
and libraries around.  Created new eclipse project.

Further refinements to make it build.

Update gitignore.
2013-09-27 11:34:46 -05:00
Sampo Niskanen
5412b8255b Merge branch 'integration' of github.com:kruland2607/openrocket
Conflicts:
	core/.classpath
	core/3d-Test-Junk/net/sf/openrocket/startup/Quick3dMain.java
	core/src/net/sf/openrocket/gui/figure3d/RocketRenderer.java
	core/src/net/sf/openrocket/gui/main/BasicFrame.java
2012-12-11 08:38:59 +02:00
Sampo Niskanen
49858f589f Update thrust curve files 2012-12-10 23:30:56 +02:00
batwings
5d65b591e1 Merge branch 'feature-rocketconfig' into integration
Conflicts:
	core/src/net/sf/openrocket/file/openrocket/importt/OpenRocketLoader.java
	core/src/net/sf/openrocket/file/openrocket/savers/RocketComponentSaver.java
2012-10-24 09:26:29 -05:00
Sampo Niskanen
640cbc1179 Remove bin/ folders from reposiroty 2012-10-10 08:23:17 +03:00
Sampo Niskanen
a048a2b471 Convert svn:ignore properties to .gitignore. 2012-09-29 20:07:47 +03:00