Wizzup?
b5a8426f1e
Gui changes:
...
- Added the TToolBar with the old Buttons.
- Removed the bug Run button. The Green Run button is now functional.
Window changes:
- Removed the Client: TObject parameter in TMWindow.Create,
the point of TMWindow was to be client independant, so it could
be used in the GUI too. This doesn't effect it's functionality in any way.
Client changes:
Removed the Self variable passed to TMWindow.Create.
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@77 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2009-09-22 20:55:15 +00:00
Wizzup?
c49b1d84e9
Some more files for #75 .
...
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@76 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2009-09-22 08:16:52 +00:00
Raymond
d24c929443
Added some math functions to PascalScript, changed the GUI a bit (You can now run scripts with F9).
...
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@72 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2009-09-20 02:08:02 +00:00
Raymond
c477793560
Made plugins global, :-(
...
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@61 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2009-09-13 23:56:15 +00:00
Wizzup?
f8e5ca80fd
Small fix
...
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@56 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2009-09-13 19:14:15 +00:00
Wizzup?
3b6aadcf88
FindColors
...
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@55 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2009-09-13 18:56:02 +00:00
Wizzup?
644802c5f3
Forgot to set -O1 to -O2.
...
Also, newer benchmarks:
765, 503 (RS)
CTS 0 8.782178217822 ms each.
CTS 1 19.019801980198 ms each.
CTS 2 64.970297029703 ms each.
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@52 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2009-09-13 09:01:10 +00:00
Wizzup?
9ba14f16d5
Ah. ;)
...
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@51 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2009-09-13 08:48:00 +00:00
Wizzup?
5d1ffa2c7d
I removed the cts case from the loop (meta-unrolled), as it *really* eats speed.
...
Feel free to test, though.
Current results are fast enough for now, but I'm sure we can improve the speed a bit more.
I set the optimalisations to -O2 instead of -01, it makes a difference of about 1.5x with CTS 2.
Results:
W, H = 826, 597
FindColorTolerance, with no hit:
CTS0: 11.316831683168 ms
CTS1: 25.396039603960 ms
CTS2: 37.613861386139 ms
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@50 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2009-09-13 08:46:25 +00:00
Wizzup?
5ca4ac75e1
Cleanu
...
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@47 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2009-09-13 04:46:01 +00:00
Raymond
150ad9fcf1
Added Bitmaps
...
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@46 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2009-09-13 02:18:35 +00:00
Wizzup?
ccc206e234
Removed a line in testunit that probably doesn't compile on windows. ;-)
...
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@45 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2009-09-12 19:00:58 +00:00
Wizzup?
2b0cb40b79
Writeln to GUI -> writeln to console.
...
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@44 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2009-09-12 19:00:21 +00:00
Raymond
02e82f93c3
Wot
...
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@43 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2009-09-12 18:50:10 +00:00
Wizzup?
1c9e64cb0c
A few more changes. Bedtime. :)
...
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@42 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2009-09-12 08:24:30 +00:00
Wizzup?
b5e0bbf5ff
Added a few include files, pscompile.inc should probably be split up in more include files.
...
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@41 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2009-09-12 08:15:52 +00:00
Wizzup?
2abd1feb48
Watch the case sensitivity please. ;)
...
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@40 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2009-09-12 06:47:21 +00:00
Raymond
9a55b3711f
Oops?
...
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@39 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2009-09-12 06:28:22 +00:00
Raymond
6f80c64d9c
PS Added
...
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@38 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2009-09-12 06:24:59 +00:00
Wizzup?
9a2b50ef82
Added MMLThread plus comments and and sample for Raymond.
...
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@37 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2009-09-11 18:32:57 +00:00
Wizzup?
ddd3a8bb3b
Switching to other computer.
...
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@36 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2009-09-11 18:09:03 +00:00
Wizzup?
e706a5fd38
Fix for 64 bit.
...
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@35 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2009-09-09 22:11:50 +00:00
Wizzup?
ff4376d290
Added a couple of files, and a few comments.
...
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@34 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2009-09-09 07:08:58 +00:00
Raymond
acfe2a5232
Made some changes!
...
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@33 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2009-09-05 20:33:20 +00:00
Wizzup?
036f11e249
Finder class.
...
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@32 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2009-09-05 20:08:52 +00:00
Wizzup?
1ade9de27b
Compiler Option added:
...
-dM_MEMORY_DEBUG
Set Output name to "SAMufasaGUI"
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@30 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2009-09-04 19:18:13 +00:00
Wizzup?
a12df46efc
Silly raymond and his +1's. :)
...
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@29 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2009-09-04 18:39:18 +00:00
Wizzup?
faca7515f0
Property changes, and a workaround for a - for now unknown - bug.
...
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@28 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2009-09-04 18:20:45 +00:00
Wizzup?
badc4a3c3b
More changes.
...
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@27 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2009-09-04 07:04:42 +00:00
Wizzup?
ea1cac880f
Added a test. Works nicely.
...
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@25 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2009-09-04 06:06:58 +00:00
Wizzup?
fd960aa1aa
Files + Fixed form popup. ;)
...
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@24 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2009-09-04 05:57:40 +00:00
Wizzup?
58995711ad
Cleaned up the lpi
...
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@22 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2009-09-04 05:36:50 +00:00
Wizzup?
1365416872
Missed a file.
...
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@20 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2009-09-04 05:24:12 +00:00
Wizzup?
107eb53088
Moved the GUI to it's own project folder. ;-)
...
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@19 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2009-09-04 05:17:52 +00:00