1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-07-01 09:10:37 +00:00
Commit graph

2356 commits

Author SHA1 Message Date
Cory Smith e24379cbd1
Create release.yml
Setting up initial release action.

Signed-off-by: Cory Smith <dualbrain@msn.com>
2022-09-05 09:15:17 -07:00
Cory Smith caf822c2e2
Merge pull request #20 from DualBrain/master
check for environment variable before attempting to use it
2022-09-04 16:39:52 -05:00
Cory Smith 1368676c3a check for environment variable before attempting to use it 2022-09-04 16:39:27 -05:00
Cory Smith 3deffd7034
Merge pull request #19 from DualBrain/master
Updated interim build files to reflect latest changes.
2022-09-04 15:37:14 -05:00
Cory Smith 73b570af86 Updated interim build files to reflect latest changes. 2022-09-04 13:51:56 -05:00
Cory Smith c2d4377c47
Merge pull request #18 from DualBrain/master
More wiki updates.
2022-09-02 21:21:16 -05:00
Cory Smith dc2451cea6 More wiki updates.
- fixed the by usage page not loading in some cases.
- remove SUB Help_PreView; appears to be unused.
- fixed downloaded file being incorrectly saved with txt extension.
2022-09-02 21:20:45 -05:00
Cory Smith 0ad2acd7dd
Merge pull request #17 from DualBrain/master
Fixed opening cmdln specified file without path elsewhere of ide path..
2022-09-02 20:52:37 -05:00
Cory Smith c8a5bd111c Fixed opening cmdln specified file without path elsewhere of ide path..
Also added helper function to be able to "log" for debugging/experimentation.
2022-09-02 20:51:49 -05:00
Cory Smith bc66e4b754
Merge pull request #16 from DualBrain/master
Swapping out txt help files in favor of md files.
2022-09-02 17:05:38 -05:00
Cory Smith 3ff2da7d90 Swapping out txt help files in favor of md files. 2022-09-02 17:04:18 -05:00
Cory Smith 80ec64e019
Merge pull request #14 from DualBrain/master
F5 will automatically remove "untitled.exe".
2022-08-27 10:14:59 -05:00
Cory Smith a2fc776888 F5 will automatically remove "untitled.exe".
F5 shouldn't be leaving a bunch of "trash" everywhere. More work needs to be done to this, but this is a start.
2022-08-27 10:14:23 -05:00
Cory Smith ed98457777
Update reset.cmd
Signed-off-by: Cory Smith <dualbrain@msn.com>
2022-08-26 21:13:16 -07:00
Cory Smith b008707096
Merge pull request #11 from brickviking/mingw32
Can't leave out out 32-bit cousins, what few there are
2022-08-26 23:12:40 -05:00
Cory Smith a2f55c7d47
Merge branch 'master' into mingw32
Signed-off-by: Cory Smith <dualbrain@msn.com>
2022-08-26 23:11:15 -05:00
Cory Smith 5830c462f1
Merge pull request #12 from brickviking/curlfetch
Curlfetch
2022-08-26 23:10:20 -05:00
Cory Smith 9ed96229a8
Merge pull request #13 from DualBrain/master
A batch of changes.
2022-08-26 23:07:43 -05:00
Cory Smith f45981a61c Modified the new build.bas. 2022-08-26 23:02:11 -05:00
Cory Smith 92d0fe65a1 Missed lines related to updating wiki. 2022-08-26 22:50:03 -05:00
Cory Smith 96915d1f16 Refactored ExeIconFileOnly message. 2022-08-26 22:45:38 -05:00
Cory Smith 74a6b3de35 Fixed evaluator crashing with \ and/or MOD. 2022-08-26 22:44:49 -05:00
Cory Smith 24a5718fc5 Added exe metadata. 2022-08-26 22:44:11 -05:00
Cory Smith 4cfafeca5d Updated help links. 2022-08-26 22:42:50 -05:00
Cory Smith ce0f738987 Optimized restoring search history. 2022-08-26 22:41:09 -05:00
Cory Smith 27fc93dd8e Some work related to transitioning wiki. 2022-08-26 22:37:38 -05:00
Cory Smith 2754c97ef4 Add "no exe saved" execution option. 2022-08-26 22:31:20 -05:00
Cory Smith 992ac823e0 Flipped message related to LNX with WIN. 2022-08-26 22:22:36 -05:00
Cory Smith a79657062f Added build.bas. 2022-08-26 22:20:11 -05:00
Cory Smith 4dfcfa37a5 Added useful string methods to strings.bas. 2022-08-26 22:16:59 -05:00
Cory Smith e3e7119227 Moved several file methods to file.bas. 2022-08-26 22:16:04 -05:00
Cory Smith 71c6adc533 Moving file related methods to file.bas. 2022-08-26 21:59:13 -05:00
Cory Smith ceb1b2ac86 Still working with git... 2022-08-26 21:46:16 -05:00
Cory Smith 36ac741c83 git 'confused'??? 2022-08-26 21:44:09 -05:00
Cory Smith 1f8aa92e94 Add *.bas to .gitignore under source. 2022-08-26 21:40:09 -05:00
Cory Smith f8e94dabb2 Add .gitignore to source folder allowing *.bas. 2022-08-26 21:39:16 -05:00
Cory Smith 8e49fe5377 Add check to remove qb64-dev.exe (created with build.cmd). 2022-08-26 19:16:11 -05:00
Cory Smith 4886d1226d Add .vscode to .gitignore. 2022-08-26 19:14:51 -05:00
brickviking 786c050bbf Finally got the ARCH stuff working
Arch discovery needed to be outside the test for errorlevel
2022-08-26 02:00:21 +12:00
brickviking 1205b2abf0 Finally got expand working right
This now figures out which files to extract from the cab file from the architecture in the registry
2022-08-26 01:36:02 +12:00
brickviking 75936e17b6 Shifting Fetch statement to the right place 2022-08-26 00:18:57 +12:00
brickviking fe944ae37d Can't leave out out 32-bit cousins, what few there are
If we downloaded mingw32, we should get rid of that too
2022-08-25 23:35:26 +12:00
brickviking b179afe20a Initial commit, still very rough around the edges 2022-08-25 23:18:10 +12:00
Cory Smith 3361fa850a
Merge pull request #10 from DualBrain/master
Fixed some QB64 urls.
2022-08-24 19:54:03 -05:00
Cory Smith 8b717eac47 Fixed some QB64 urls. 2022-08-24 19:53:19 -05:00
Cory Smith 933b981b0c
Merge pull request #9 from DualBrain/master
Added reset.cmd and updated pre-compiled source.
2022-08-24 17:23:25 -05:00
Cory Smith 4b7501d4e0 Added reset.cmd and updated pre-compiled source. 2022-08-24 17:22:30 -05:00
Cory Smith fdac45a349
Merge pull request #8 from DualBrain/master
Initial Help "reset".
2022-08-24 01:39:42 -05:00
Cory Smith 6e53ffb602 Initial Help "reset".
- Removed "wiki" menu items (Help menu).
- Removed "View on Wiki" *button* in Help window.
- Removed "the red X" in Help window (seems out of place).
- Removed "bread crumb navigation".
- Added placeholder "document title" to Help window.
2022-08-24 01:38:08 -05:00
Cory Smith 8d14dd767d
Merge pull request #7 from a740g/master
Replaced OpenAL with miniaudio, reduce image library dependencies & reduce repo footprint by downloading mingw binaries when required
2022-08-23 23:01:23 -05:00