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

923 commits

Author SHA1 Message Date
Luke Ceddia 5fd1dc589c Update text, add -v option 2020-01-02 14:32:31 +11:00
Luke Ceddia 9de8a11cee Merge branch 'patch-1' of https://github.com/alexmyczko/qb64 into alexmyczko-patch-1 2020-01-02 14:22:44 +11:00
Fellippe Heitor 77adfc4e1a
Update README.md 2020-01-01 15:35:45 -03:00
Luke Ceddia 96937f056f Merge version 1.3 2019-04-07 23:09:47 +10:00
Autobuild process 4c39729ece Autobuild update [ci skip] 2019-04-07 12:47:56 +00:00
Luke Ceddia 4f8a0f6fbc Version bump to 1.3 2019-04-07 22:43:01 +10:00
Luke Ceddia dd92c17da6 Omit -no-pie for travis build 2019-04-07 18:39:50 +10:00
FellippeHeitor 18f52b4fa5 Maybe -no-pie will work this time for Linux without breaking autobuilds? 2019-04-04 01:40:14 -03:00
Fellippe Heitor 358b725bc4
Update README.md 2019-04-01 01:35:11 -03:00
Autobuild process 105a6ff7d4 Autobuild update [ci skip] 2019-04-01 04:19:05 +00:00
FellippeHeitor 952856fe2c Shows "duplicate constant definition" warnings when using command line. 2019-04-01 01:12:35 -03:00
FellippeHeitor 4d47f73230 Prevents showing warnings in status area after F11 is used (IDE). 2019-04-01 01:08:22 -03:00
FellippeHeitor f8c989a079 Moves glutSetWindowTitle call to proper place on macOS. Fixes #75 for good. 2019-03-31 23:38:36 -03:00
FellippeHeitor 62acc0710c Revert "Fixes #90"
This reverts commit af0c41316a.
2019-03-31 21:01:59 -03:00
FellippeHeitor 982ea40daf Revert "Minor bugs fixed in clear_console functions"
This reverts commit 877089972b.
2019-03-31 21:00:43 -03:00
Autobuild process 71a7150861 Autobuild update [ci skip] 2019-03-31 23:29:05 +00:00
FellippeHeitor cb21e44e94 If merely redefining a CONST with same value, just issue a warning. 2019-03-31 20:22:53 -03:00
FellippeHeitor ca446b471d Temporarily disables changing _TITLE on macOS. 2019-03-29 11:59:52 -03:00
Fellippe Heitor 6a2a591f0f
Create README.md 2019-03-07 23:28:06 -03:00
Luke Ceddia eb1fe8187b Add curses to CI build 2019-02-23 23:44:26 +11:00
flukiluke 2767420602
Merge pull request #91 from chronokitsune3233/cls-console
Fixes #90
2019-02-20 00:00:24 +10:00
Dustin Boyd 877089972b Minor bugs fixed in clear_console functions
- Windows: cursor returns to top-left of console screen buffer
- Non-Windows: isatty(stdout) check to prevent CLS from working when
               stdout is redirected
2019-02-15 18:20:04 -06:00
Dustin Boyd af0c41316a Fixes #90 2019-02-15 16:34:31 -06:00
SteveMcNeill 81063e1c49 Add mingw32 and mingw64 folders to gitignore list
The repo downloads and then moves the proper compiler into the
c/c_compiler folder, before running setup.  This causes github to report
13866 files being altered (deleted) from the repo, as they're no longer
in the set mingw folder...

Adding mingw folders to the ignore list corrects this issue.
2019-02-01 09:26:48 -05:00
Autobuild process f71ca100ed Autobuild update [ci skip] 2019-01-29 12:43:38 +00:00
Luke Ceddia 8994fda1a2 Allow for WARNING output in build script 2019-01-29 23:37:49 +11:00
FellippeHeitor 018e711820 Fixes warnings showing when IDEShowErrorsImmediately is set to false. 2019-01-14 18:42:51 -02:00
Autobuild process dbec9fae0d Autobuild update [ci skip] 2019-01-13 18:43:58 +00:00
FellippeHeitor 4d497dd5f2 Merge branch 'unusedvariables' into development 2019-01-13 16:36:26 -02:00
FellippeHeitor 641c9d418a Fixes regression introduced with 67af468 2019-01-13 16:35:59 -02:00
FellippeHeitor 3902a36056 New "Compilation status" dialog, for when there are warnings to show. +
- Rewording of menu items;
- New menu item in the View menu to show "Compilation status" dialog;
2019-01-13 03:26:48 -02:00
FellippeHeitor 738c8d9bb5 Removes unused variables declared across qb64.bas and includes. 2019-01-12 21:09:31 -02:00
FellippeHeitor a0373492df Refines warning output for unused variables (command line). 2019-01-12 20:55:38 -02:00
FellippeHeitor 639b7549d7 Fixes incorrect detection of unused _UNSIGNED and fixed length vars. 2019-01-12 20:08:35 -02:00
FellippeHeitor d194cc8039 Displays normal and internal unused variable names in verbose warning. 2019-01-12 17:00:04 -02:00
FellippeHeitor fb346b2164 Reset uniquenumbern when compilation restarts. 2019-01-12 16:59:30 -02:00
FellippeHeitor a2114840de Shows warning when there are unused variables at CL compilation.
Also adds -v switch for verbose mode (lists unused variables).
2019-01-12 15:52:31 -02:00
FellippeHeitor da24fde08d Properly add/remove variables from usedVariableList$ 2019-01-12 15:28:58 -02:00
FellippeHeitor bb21552772 Merge branch 'development' into unusedvariables 2019-01-12 11:32:45 -02:00
Fellippe Heitor c09e27839a
Merge pull request #83 from Galleondragon/fix-qb45converter
Fix to QB4.5 binary fomat converter:
2019-01-12 10:11:01 -02:00
FellippeHeitor e777e8a94e Fix to QB4.5 binary fomat converter:
- Enabled token 0x08c;
- PCOPY parameters no longer being inverted;
2019-01-12 10:07:37 -02:00
Luke Ceddia 35e3ada833 chmod +x autosync.sh 2019-01-06 16:01:09 +11:00
Luke Ceddia cb3e75ae98 Add autosync.sh 2019-01-06 15:56:56 +11:00
Luke Ceddia 5ec076edce Remove testfile.txt 2019-01-05 18:41:48 +11:00
Luke Ceddia c47722bb44 Change exclusions 2019-01-05 01:11:42 +11:00
Luke Ceddia a7903eeac1 Use native 7zip on windows 2019-01-05 01:06:07 +11:00
Luke Ceddia dc6c93a2d2 Enable rdp debugging 2019-01-05 00:56:06 +11:00
Luke Ceddia c95c47464b try detect windows platform better 2019-01-05 00:21:58 +11:00
Luke Ceddia 57ff653f69 Store encryption key on correct repository 2019-01-05 00:04:18 +11:00
Luke Ceddia de6b2f81f3 Supply appveyor with ssh key too 2019-01-04 23:52:41 +11:00