1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-06-30 05:10:37 +00:00
Commit graph

847 commits

Author SHA1 Message Date
FellippeHeitor 83bea5ad25 Makes F5 run detached as default.
Running a compiled program in standard "attached" mode had no real use as it had been planned (as once stated by Galleon) to allow future integration of a debug mode that never came to be. It is not practical as is. This change makes F5 (and consequently the Start option in the Run menu) start the program automatically in "detached" mode (equivalent to Ctrl+F5 in previous versions), which means that the resulting binary will be run with SHELL _DONTWAIT instead of simply SHELL, allowing the newly launched process to be independent from the IDE.
2018-06-19 22:00:18 -03:00
Fellippe Heitor 68c765db75
Merge pull request #43 from ebourg/development
Update NanoJPEG to the version 1.3.5
2018-06-17 22:11:06 -03:00
Fellippe Heitor 16a9a88dec
Merge pull request #46 from ebourg/split-string-functions
Separate source file for string manipulation functions
2018-06-17 21:21:42 -03:00
Fellippe Heitor c7fd560483
Merge pull request #48 from AshishKingdom/development
Added multisample support (MSAA x4)
2018-06-17 21:19:42 -03:00
AshishKingdom 820d6736f7 Added multisample support (MSAA x4) 2018-06-15 22:27:30 +05:30
FellippeHeitor 7f075c4779 Adds _CONNECTIONADDRESS without [$] to the syntax highlighter list. 2018-05-30 19:14:01 -03:00
Emmanuel Bourg 1253c208c7 Moved the string manipulation functions into a separate source file 2018-05-25 10:47:42 +02:00
Fellippe Heitor 5d073ef9cc
Merge pull request #44 from ebourg/help-options
GNU style help options
2018-05-22 22:10:11 -03:00
Emmanuel Bourg 648d16a2c0 Also support GNU style -h and --help options 2018-05-22 23:48:39 +02:00
Fellippe Heitor 306ad0f676
Merge pull request #41 from ebourg/master
Typo in wiki_methods.bas
2018-05-22 16:57:17 -03:00
Emmanuel Bourg 7b54c9962d Fixed a typo in wiki_methods.bas 2018-05-22 21:50:12 +02:00
Emmanuel Bourg 6be33c0935 Update NanoJPEG to the version 1.3.5 2018-05-22 21:31:49 +02:00
Fellippe Heitor ac8640f808
Merge pull request #42 from AshishKingdom/development
Fixed a typo in opengl_methods.bas
2018-05-22 11:12:37 -03:00
Ashish Kushwaha 4624cb942d
Fixed a typo in opengl_methods.bas 2018-05-22 19:36:49 +05:30
FellippeHeitor 3d0e216d88 Color orphan brackets with red background. 2018-04-20 02:25:34 -03:00
FellippeHeitor 77cfd7ea9d Adds Ctrl+Shift+G shortcut to jump to line with error. 2018-04-12 11:30:05 -03:00
FellippeHeitor cd8318c6dc Add new preset color scheme "CF Dark". 2018-03-11 18:00:12 -03:00
FellippeHeitor d10f01819f Restore ideroot$ retrieval and set idepath$ to _STARTDIR$. 2018-03-11 17:21:46 -03:00
FellippeHeitor 8ba19d11fb Enhancement: IDE starts looking in _STARTDIR$ for File->Open dialog. 2018-03-10 16:30:50 -03:00
FellippeHeitor 887c0039a1 Properly highlight sub/func with "." in their names. Addresses issue #28. 2018-03-04 17:41:08 -03:00
FellippeHeitor 363509210c Sort file list in Open dialog (Linux). Addresses issue #31 2018-02-28 10:23:02 -03:00
FellippeHeitor 90b3e7c14d Update build number to incorporate development into master. Also:
- Add www.qb64.org/wiki as an alternative server for the help system when .net is down or temporarily unreachable.
2018-02-28 08:47:53 -03:00
Luke Ceddia ce1a4aa8c8 More dead code removal 2018-02-26 11:30:44 +11:00
Galleondragon 89860032a4 (Automated push) Update internal/source/* from qb64.bas 2018-02-10 05:26:50 -08:00
Galleondragon d23ed5d156 (Automated push) Update internal/source/* from qb64.bas 2018-02-03 05:16:57 -08:00
Luke Ceddia e3aec0c97a Merge branch 'development' 2018-02-02 16:40:36 +11:00
Luke Ceddia a58fb4f824 Fix parsing of some file paths 2018-01-27 01:16:41 +11:00
FellippeHeitor e02a206a67 Fix: alignment of first comment line of a TYPE or DECLARE LIBRARY block.
Addresses issue #25.
2018-01-23 11:52:00 -02:00
Luke Ceddia 3a5364e111 _SCREENIMAGE on Linux/OSX returns a blank image instead of an error 2018-01-21 22:24:16 +11:00
Luke Ceddia cfee6072bb Try resolve non-finite builds 2018-01-19 21:42:19 +11:00
Luke Ceddia 938b7b5d83 Retry Travis deployment on error 2018-01-19 21:15:34 +11:00
Luke Ceddia 06250fed9f Merge branch 'runtime_tidyup' into development 2018-01-18 19:12:10 +11:00
Luke Ceddia 61cb34f635 Remove some SDL stuff that was dead weight 2018-01-16 20:56:45 +11:00
Luke Ceddia 8a5d7e7eea Remove QB64_X11 2018-01-16 20:29:20 +11:00
Luke Ceddia 219bbc27f0 QB64_LINUX is now for linux exclusively 2018-01-16 20:22:32 +11:00
Luke Ceddia 0067cb5b0e Prevent travis deploying windows versions 2018-01-15 23:13:27 +11:00
Luke Ceddia ec882cce46 Include c compiler in windows builds 2018-01-13 14:35:14 +11:00
Luke Ceddia d459837ec4 Cleanup 2018-01-13 02:06:04 +11:00
Luke Ceddia 3505500d14 Try different syntax for environment vars 2018-01-13 01:50:02 +11:00
Luke Ceddia e831e7a785 Add rdp for debugging 2018-01-13 01:23:55 +11:00
Luke Ceddia 2e3902f991 DOS should do as it's told 2018-01-13 01:15:37 +11:00
Luke Ceddia 65462c76ee Correct order of cleanup 2018-01-13 01:02:20 +11:00
Luke Ceddia 49f5f23611 Remove errant underscore 2018-01-13 00:56:44 +11:00
Luke Ceddia 3646c950b4 Different ssh key decryption method 2018-01-13 00:52:06 +11:00
Luke Ceddia 8268cb4f4e That previous commit should have had more files added 2018-01-13 00:34:31 +11:00
Luke Ceddia 7f14ed7eaf Attempt deployment from appveyor 2018-01-13 00:28:24 +11:00
Luke Ceddia 2d9ccf0666 Initial addition of appveyor setup 2018-01-12 21:02:53 +11:00
Luke Ceddia 6e5ff058af Stop deployment from osx 2018-01-11 23:11:06 +11:00
Luke Ceddia cb325fdab9 Try enable deployment for development 2018-01-11 21:55:37 +11:00
Luke Ceddia 6c054501b6 Don't restrict deployment to just master 2018-01-11 21:39:41 +11:00