1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-01 13:50:36 +00:00
Commit graph

730 commits

Author SHA1 Message Date
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
Luke Ceddia 0dbd7e03d2 osx travis build tweaks 2018-01-11 21:14:43 +11:00
Luke Ceddia d9f17b3ccf Add OSX to travis builds 2018-01-11 20:54:21 +11:00
Luke Ceddia c23b60707b Shorten irc message 2018-01-11 20:07:18 +11:00
Luke Ceddia ac25dde0cc Change travis to only deploy for master branch 2018-01-11 19:09:17 +11:00
Luke Ceddia 96b40f2634 Hotfix: fix #defines on OSX 2018-01-11 14:20:21 +11:00
Luke Ceddia 1320d7fe52 Introduce QB64_LINUXONLY and _UNIX 2018-01-10 22:50:07 +11:00
Luke Ceddia a1a0536d69 Tidy up parts/core/src.c 2018-01-09 22:38:07 +11:00
Galleondragon efcf66a337 (Automated push) Update internal/source/* from qb64.bas 2018-01-06 05:15:59 -08:00
Luke Ceddia 3a0e1ae320 Move all executable code out of common.cpp; rename to common.h 2018-01-05 21:22:36 +11:00
Luke Ceddia adeda29619 Tidy up some #defines, remove a few Android #ifdefs 2018-01-04 20:20:38 +11:00
Luke Ceddia 8917bf0e52 Merge remote-tracking branch 'refs/remotes/origin/master' 2018-01-03 22:42:53 +11:00
Luke Ceddia 7dc0054fa8 Include unistd.h for freeglut 2018-01-02 17:26:16 +11:00
FellippeHeitor fc607aa613 Add Line Number options to submenu in View menu. Also:
- Adds submenus.
- Renamed "Save EXE in the source folder" to "Output EXE to source folder" in Run menu.
- Changed behavior of disabled menu items; instead of closing the menu, do nothing.
2018-01-02 03:11:08 -02:00
FellippeHeitor 99352ea125 Merge remote-tracking branch 'remotes/origin/idetweaks'
# Fixed Conflicts:
#	source/ide/ide_global.bas
2018-01-01 18:24:31 -02:00
Luke Ceddia 8151a0b8b8 Add -p switch for purging precompiled content 2017-12-31 00:33:36 +11:00
Galleondragon 4873612275 (Automated push) Update internal/source/* from qb64.bas 2017-12-30 05:16:04 -08:00
Luke Ceddia 267a45a2af Version 1.2! 2017-12-30 01:10:37 +11:00