Flua 0.4.5

Übersicht Sonstiges Smalltalk

Gehe zu Seite Zurück  1, 2

Neue Antwort erstellen

 

E. Urbach

ehemals "Basicprogger"

BeitragDi, Jun 26, 2012 15:12
Antworten mit Zitat
Benutzer-Profile anzeigen
Ich habe mich an einem Screencast versucht, ist imo nicht wirklich gut geworden aber wenn ihr es euch mal anschauen möchtet:

http://www.youtube.com/watch?v=unAa-vcXRGM (bezogen auf 0.4.0)
The box said, "Requires Windows XP or better", so I installed Ubuntu | Linux is NOT Windows
Flua :: Profiler für BB und BMax :: Partikel-Engine für BMax :: Lyphia-Projekt Quellcode (BMax) :: Automatische Parallelisierung :: Meine Musik
 

E. Urbach

ehemals "Basicprogger"

BeitragDo, Jun 28, 2012 22:26
Antworten mit Zitat
Benutzer-Profile anzeigen
Es gab so viele Änderungen, dass ich gar nicht weiß wo ich anfangen sollte.

Kurzversion:
* bp heißt nun Flua!
* Bald eine neue Website: http://flua-lang.org/
* Die alte ist noch erreichbar: http://blitzprog.org/
* Neuer, schlankerer Download für Windowsnutzer: https://github.com/downloads/b...ua-x86.exe
* Naive Implementation von "pfor", einer parallelisierten for-Schleife.
* Bugfixes. Bugfixes. Mehr Bugfixes.
* IRC channel #flua auf irc.freenode.net

Schaut einfach mal im IRC-Chat vorbei! (englisch-sprachig)
Nun denn, ich arbeite mal an Version 0.4.2 weiter Wink
The box said, "Requires Windows XP or better", so I installed Ubuntu | Linux is NOT Windows
Flua :: Profiler für BB und BMax :: Partikel-Engine für BMax :: Lyphia-Projekt Quellcode (BMax) :: Automatische Parallelisierung :: Meine Musik
 

E. Urbach

ehemals "Basicprogger"

BeitragSo, Jul 01, 2012 16:38
Antworten mit Zitat
Benutzer-Profile anzeigen
0.4.2:
Code: [AUSKLAPPEN]
81 seconds ago, Eduard Urbach:
        0.4.2
24 minutes ago, Eduard Urbach:
        Improved error message information and public member handling
4 hours ago, Eduard Urbach:
        Improved getClassImplementationByTypeName()
4 hours ago, Eduard Urbach:
        Implemented calls to base class methods in a derived class
5 hours ago, Eduard Urbach:
        Added 'new' for C++ syntax
15 hours ago, Eduard Urbach:
        Improved GUI responsiveness
16 hours ago, Eduard Urbach:
        A few documentation changes
17 hours ago, Eduard Urbach:
        Some meta data fixes
17 hours ago, Eduard Urbach:
        Array is now part of the core module
17 hours ago, Eduard Urbach:
        Minor changes
17 hours ago, Eduard Urbach:
        Changed error message system (less 'flickering')
21 hours ago, Eduard Urbach:
        Few fixes
22 hours ago, Eduard Urbach:
        AC improvements for classes
23 hours ago, Eduard Urbach:
        Fixed huge delay for long equations
23 hours ago, Eduard Urbach:
        Improved AC performance
26 hours ago, Eduard Urbach:
        Even more AC fixes
27 hours ago, Eduard Urbach:
        More AC fixes
27 hours ago, Eduard Urbach:
        More AutoComplete fixes, should be fine now.
28 hours ago, Eduard Urbach:
        Fixed some autocomplete bugs
28 hours ago, Eduard Urbach:
        Changed AutoComplete insertion method
29 hours ago, Eduard Urbach:
        Fixed 'white code' when opening a file with syntax errors
30 hours ago, Eduard Urbach:
        Added some line information to post processor messages
2 days ago, Eduard Urbach:
        Last fix for today: doc bubbles
2 days ago, Eduard Urbach:
        Improved message view, again
2 days ago, Eduard Urbach:
        Message view items have the correct size now
2 days ago, Eduard Urbach:
        Fixed missing base class existance check
2 days ago, Eduard Urbach:
        Fixed wrong cache behaviour
2 days ago, Eduard Urbach:
        Fixed endless recursion in base class inheritance
2 days ago, Eduard Urbach:
        Little workaround
2 days ago, Eduard Urbach:
        Fixed wrong cache behaviour
2 days ago, Eduard Urbach:
        Fixed some errors with the cache
2 days ago, Eduard Urbach:
        Background compiler 3x as fast as before
2 days ago, Eduard Urbach:
        Improved background compiler performance
2 days ago, Eduard Urbach:
        DF reset
2 days ago, Eduard Urbach:
        Fixed array module and added experimental public *
2 days ago, Eduard Urbach:
        Fixed calls in iterators
2 days ago, Eduard Urbach:
        Hope this commit fixes name clashes with iterator variables
3 days ago, Eduard Urbach:
        Added texture width/height info and randFloat()
3 days ago, Eduard Urbach:
        Minor changes
3 days ago, Eduard Urbach:
        Added some more documentation files

user posted image Windows | user posted image Linux
 

E. Urbach

ehemals "Basicprogger"

BeitragMi, Jul 11, 2012 12:51
Antworten mit Zitat
Benutzer-Profile anzeigen
0.4.3:
Code: [AUSKLAPPEN]
4 minutes ago, Eduard Urbach:
        0.4.3
17 minutes ago, Eduard Urbach:
        Removed division by zero checks if not needed
65 minutes ago, Eduard Urbach:
        Fixed some tests and improved c++ highlighter
80 minutes ago, Eduard Urbach:
        Fixed wrong keys
2 hours ago, Eduard Urbach:
        Improved keyboard input example
2 hours ago, Eduard Urbach:
        Added keyboard input example
4 hours ago, Eduard Urbach:
        Fixed the examples
4 hours ago, Eduard Urbach:
        A few fixes for the documentation view
5 hours ago, Eduard Urbach:
        Improved constructor doc view
5 hours ago, Eduard Urbach:
        Code bubbles now show the documentation for constructors
6 hours ago, Eduard Urbach:
        Fixed number of search results in selection
6 hours ago, Eduard Urbach:
        Removed useless warnings
6 hours ago, Eduard Urbach:
        Reduced compile time
6 hours ago, Eduard Urbach:
        Rotation can now be set for each scene node individually
16 hours ago, Eduard Urbach:
        Heavily improved hash algorithm
17 hours ago, Eduard Urbach:
        Adjusted thread priority
17 hours ago, Eduard Urbach:
        Improved GUI responsiveness by using Qt internal event loops
18 hours ago, Eduard Urbach:
        Fixed line iterator for Windows systems
19 hours ago, Eduard Urbach:
        Deleted Eclipse project files
20 hours ago, Eduard Urbach:
        Using stream interfaces now
20 hours ago, Eduard Urbach:
        Implemented comment toggle
20 hours ago, Eduard Urbach:
        Recoded indent / unindent to a generic processLine version
22 hours ago, Eduard Urbach:
        Updated utility menu
25 hours ago, Eduard Urbach:
        Started working on some utility functions
26 hours ago, Eduard Urbach:
        Automatic creation if iteration loops when selecting an iterator
27 hours ago, Eduard Urbach:
        Started using interfaces for collections
28 hours ago, Eduard Urbach:
        Changed Map prototype
2 days ago, Eduard Urbach:
        Added creation of default implementation for fast prototyping
2 days ago, Eduard Urbach:
        Implemented selection based search & replace
2 days ago, Eduard Urbach:
        Fixed 'continue' statement in nested foreach loops
2 days ago, Eduard Urbach:
        Bugfix for escape sequences
2 days ago, Eduard Urbach:
        Trying to inline iterator calls with parameters
2 days ago, Eduard Urbach:
        Started working on function pointers
2 days ago, Eduard Urbach:
        Doc changes
3 days ago, Eduard Urbach:
        Minor changes
3 days ago, Eduard Urbach:
        Performance optimizations
3 days ago, Eduard Urbach:
        Fixed string operations test and auto indent
3 days ago, Eduard Urbach:
        Added default constructors
3 days ago, Eduard Urbach:
        Modified documentation
4 days ago, Eduard Urbach:
        Fixed missing template name resolving in member variable types
4 days ago, Eduard Urbach:
        Fixed wrong index types in the Collection library
4 days ago, Eduard Urbach:
        String append fixed
4 days ago, Eduard Urbach:
        Updated docs
4 days ago, Eduard Urbach:
        Fixed base class members being duplicated
4 days ago, Eduard Urbach:
        'extends' inline check
4 days ago, Eduard Urbach:
        Fixed public member calls in base classes
4 days ago, Eduard Urbach:
        MinGW path changes
4 days ago, Eduard Urbach:
        Trying MinGW fix
4 days ago, Eduard Urbach:
        Updated documentation for classes


0.4.4:
Code: [AUSKLAPPEN]
74 seconds ago, Eduard Urbach:
        0.4.4
27 minutes ago, Eduard Urbach:
        Added functions to retrieve information about GC state
12 hours ago, Eduard Urbach:
        Fixed Queue module and indirectly nested foreach loops
16 hours ago, Eduard Urbach:
        On-the-fly docs can be disabled in the INI
20 hours ago, Eduard Urbach:
        Improved preferences UI system
24 hours ago, Eduard Urbach:
        Updated repository list
24 hours ago, Eduard Urbach:
        Fixed member name prefix bug
2 days ago, Eduard Urbach:
        Fixed a bug in the graphics module
2 days ago, Eduard Urbach:
        C++ editor improvements
2 days ago, Eduard Urbach:
        Fixed operator overloading
2 days ago, Eduard Urbach:
        Remove core import inside the core
3 days ago, Eduard Urbach:
        DF reset
3 days ago, Eduard Urbach:
        Improved inline vector support
3 days ago, Eduard Urbach:
        Fixed sizeOf: Accepting data type parameters
3 days ago, Eduard Urbach:
        Fixed wrong usage of GL_FLOAT
3 days ago, Eduard Urbach:
        Included linux x64 libraries for Graphics output
3 days ago, Eduard Urbach:
        New usage for the 'in' keyword with the Directory class
3 days ago, Eduard Urbach:
        Minor changes
3 days ago, Eduard Urbach:
        Added some dependencies to the Readme installation guide
3 days ago, Eduard Urbach:
        Fixed Vector3
3 days ago, Eduard Urbach:
        Added async calls documentation
3 days ago, Eduard Urbach:
        Minor changes
3 days ago, Eduard Urbach:
        Modified readme
3 days ago, Eduard Urbach:
        Fixed some ambigous type inference errors
3 days ago, Eduard Urbach:
        A few optimizations for the output compiler
3 days ago, Eduard Urbach:
        Added '^' operator
3 days ago, Eduard Urbach:
        Simplified Readme file
4 days ago, Eduard Urbach:
        Fixed a bug concerning string literals
4 days ago, Eduard Urbach:
        Fixed incomplete DateTime/Duration object
4 days ago, Eduard Urbach:
        Fixed AutoComplete for Windows
4 days ago, Eduard Urbach:
        Improved error messages for wrong function names
4 days ago, Eduard Urbach:
        Fixed wrong interpose() implementation
4 days ago, Eduard Urbach:
        Added some missing documentation
4 days ago, Eduard Urbach:
        Implemented URL type
4 days ago, Eduard Urbach:
        Implemented Vector.takeFirst()
4 days ago, Eduard Urbach:
        Added + operator for vectors
4 days ago, Eduard Urbach:
        Added some data structures to the core module
4 days ago, Eduard Urbach:
        Bugfix for operator functions
4 days ago, Eduard Urbach:
        Implemented new syntax to create Vectors with elements on-the-fly
4 days ago, Eduard Urbach:
        Fixed wrong score calculation for polymorph functions
4 days ago, Eduard Urbach:
        Removed some debug messages
4 days ago, Eduard Urbach:
        Improved documentation viewer
5 days ago, Eduard Urbach:
        Added String constructor for Array / Vector
5 days ago, Eduard Urbach:
        Fixed Python syntax bug and standardized math function names
5 days ago, Eduard Urbach:
        Added simple wrapping methods for up to 2 parameters
5 days ago, Eduard Urbach:
        Minor changes
5 days ago, Eduard Urbach:
        Added lots of math functions
5 days ago, Eduard Urbach:
        Implemented Vector.interpose
5 days ago, Eduard Urbach:
        Documentation changes
5 days ago, Eduard Urbach:
        Foreach loop fixes
5 days ago, Eduard Urbach:
        Back to old logo
5 days ago, Eduard Urbach:
        A few bugfixes
5 days ago, Eduard Urbach:
        Fixed missing icons
5 days ago, Eduard Urbach:
        Implemented a simple repository list
5 days ago, Eduard Urbach:
        Improved documentation navigator
5 days ago, Eduard Urbach:
        Fixed AutoComplete for 1-character variable names
5 days ago, Eduard Urbach:
        Added a simple documentation navigator
6 days ago, Eduard Urbach:
        Minor changes
6 days ago, Eduard Urbach:
        'on' keyword fix and Python output module passes the keywords test
6 days ago, Eduard Urbach:
        Find next result via F3
6 days ago, Eduard Urbach:
        Added experimental global search
6 days ago, Eduard Urbach:
        Fixed search & replace bug
The box said, "Requires Windows XP or better", so I installed Ubuntu | Linux is NOT Windows
Flua :: Profiler für BB und BMax :: Partikel-Engine für BMax :: Lyphia-Projekt Quellcode (BMax) :: Automatische Parallelisierung :: Meine Musik
 

E. Urbach

ehemals "Basicprogger"

BeitragMi, Nov 21, 2012 20:34
Antworten mit Zitat
Benutzer-Profile anzeigen
0.4.5:

Code: [AUSKLAPPEN]
34 seconds ago, Eduard Urbach:
        0.4.5
4 hours ago, Eduard Urbach:
        Fixed vector takeLast method and added a quicksort test
5 hours ago, Eduard Urbach:
        Fixed 'to' keyword
5 hours ago, Eduard Urbach:
        Implemented quicksort for vectors
8 hours ago, Eduard Urbach:
        Highlighter now recognizes class names
18 hours ago, Eduard Urbach:
        Removed useless check
18 hours ago, Eduard Urbach:
        Fixed and improved bracket highlighting
20 hours ago, Eduard Urbach:
        Fixed a bug that would cause formatting to be seen as a change of content
2 days ago, Eduard Urbach:
        Bracket highlight is a configuration option now
2 days ago, Eduard Urbach:
        Bracket highlighting completed
3 days ago, Eduard Urbach:
        Started working on bracket highlighting
4 days ago, Eduard Urbach:
        Fixed forced AutoComplete with only 1 character
4 days ago, Eduard Urbach:
        Started working on object serialization
4 days ago, Eduard Urbach:
        Added some vector operators
4 days ago, Eduard Urbach:
        Added a few vector functions and improved operator function highlighting
4 days ago, Eduard Urbach:
        Updated Readme
4 days ago, Eduard Urbach:
        Updated Readme
4 days ago, Eduard Urbach:
        Fixed graphics module test
4 days ago, Eduard Urbach:
        Updated some documentation XML files
4 days ago, Eduard Urbach:
        Updated standard library XML files
4 days ago, Eduard Urbach:
        Fixed Python module path for Linux
5 days ago, Eduard Urbach:
        Fixed top level module view in multiple environments
7 days ago, Eduard Urbach:
        Updated documentation files
7 days ago, Eduard Urbach:
        Implemented session saving & loading
8 days ago, Eduard Urbach:
        Improved C++ syntax highlighting
8 days ago, Eduard Urbach:
        Added keywords and functions to the Python syntax highlighter
8 days ago, Eduard Urbach:
        Added some comments
8 days ago, Eduard Urbach:
        Fixed highlighting synchronization when function count changes
8 days ago, Eduard Urbach:
        Increased tolerance for whitespaces in blocks
8 days ago, Eduard Urbach:
        Fixed adding files to the recently closed files list
11 days ago, Eduard Urbach:
        Unified TreeView icons in the module browser
12 days ago, Eduard Urbach:
        Changed autocomplete icons
12 days ago, Eduard Urbach:
        Added internal data types to auto complete and syntax highlighter
12 days ago, Eduard Urbach:
        Added GLSL environment
12 days ago, Eduard Urbach:
        Fixed single line indicators for the generic syntax highlighter
13 days ago, Eduard Urbach:
        Added parallel for test
13 days ago, Eduard Urbach:
        Fixed nested foreach loops using the same collection
2 weeks ago, Eduard Urbach:
        Added a test for nested foreach loops
2 weeks ago, Eduard Urbach:
        Started working on the bugfix for nested foreach loops
2 weeks ago, Eduard Urbach:
        Fixed inline vector initialization in foreach loops
3 weeks ago, Eduard Urbach:
        Fixed inFunction flag in interfaces
3 weeks ago, Eduard Urbach:
        Updated version info
3 weeks ago, Eduard Urbach:
        Fixed code bubble updating
3 weeks ago, Eduard Urbach:
        Fixed graphics module dependencies
4 weeks ago, Eduard Urbach:
        Removed debug lines for a special case
4 weeks ago, Eduard Urbach:
        Merge branch 'master' of https://github.com/blitzprog/flua
4 weeks ago, Eduard Urbach:
        Merged some debugging changes
4 weeks ago, Eduard Urbach:
        Added a few debugging lines
4 weeks ago, Eduard Urbach:
        Fixed comments in public member blocks
4 weeks ago, Eduard Urbach:
        Fixed missing error message on capitalized block keywords with arguments (e.g. While instead of while)
4 weeks ago, Eduard Urbach:
        Fixed change log highlighting
4 weeks ago, Eduard Urbach:
        Merge pull request #5 from GWRon/master
4 weeks ago, Ronny Otto:
        - LoadTexture ignored the height-information and gave back 0 - Flua/Graphics/Flua/Texture used height = width because of that bug
4 weeks ago, Eduard Urbach:
        Updated readme
4 weeks ago, Eduard Urbach:
        Applied coding standards
4 weeks ago, Eduard Urbach:
        Merge pull request #2 from GWRon/master
4 weeks ago, Ronny Otto:
        - LoadTexture: RGB -> BGR and RGBA -> BGRA
4 weeks ago, Ronny Otto:
        - Extended Graphics/Flua ... image::LoadTexture to autonegotiate Bitdepth (RGB or RGBA)
5 weeks ago, Eduard Urbach:
        Fixed string class
5 weeks ago, Eduard Urbach:
        Fixed error message highlighting
5 weeks ago, Eduard Urbach:
        Fixed wrong updateView calls
5 weeks ago, Eduard Urbach:
        Fixed syntax change widget (was disabled when it shouldn't be)
5 weeks ago, Eduard Urbach:
        Fixed git path configuration on Windows
5 weeks ago, Eduard Urbach:
        Fixed some highlighting issues
5 weeks ago, Eduard Urbach:
        Fixed wrong order of typedef statements
5 weeks ago, Eduard Urbach:
        Updated readme
5 weeks ago, Eduard Urbach:
        Fixed script path on Windows systems
5 weeks ago, Eduard Urbach:
        Updated gc libs
5 weeks ago, Eduard Urbach:
        Updated dependencies (Python 3.3, GCC 4.7, PyQt 4, bdwgc 7.2d)
3 months ago, Eduard Urbach:
        Restored Test suite.
3 months ago, Eduard Urbach:
        Began working on multi-environment support (oh noes...). World is gonna end. AD 2012.
4 months ago, Eduard Urbach:
        Minor changes
4 months ago, Eduard Urbach:
        Improved workspace management
4 months ago, Eduard Urbach:
        Fixed closing console with a shortcut
4 months ago, Eduard Urbach:
        Fixed workspace switching bug
4 months ago, Eduard Urbach:
        Removed toolbar
4 months ago, Eduard Urbach:
        Fixed loading bug
4 months ago, Eduard Urbach:
        Fixed wrong slash usage
4 months ago, Eduard Urbach:
        Ignoring a few directories on startup
4 months ago, Eduard Urbach:
        Fixed tab size
4 months ago, Eduard Urbach:
        Even faster startup
4 months ago, Eduard Urbach:
        Fixed wrong size on Windows systems
4 months ago, Eduard Urbach:
        Faster startup
4 months ago, Eduard Urbach:
        Added character selector
4 months ago, Eduard Urbach:
        Improved command system
4 months ago, Eduard Urbach:
        Implemented a basic command system similar to vim
The box said, "Requires Windows XP or better", so I installed Ubuntu | Linux is NOT Windows
Flua :: Profiler für BB und BMax :: Partikel-Engine für BMax :: Lyphia-Projekt Quellcode (BMax) :: Automatische Parallelisierung :: Meine Musik

Gehe zu Seite Zurück  1, 2

Neue Antwort erstellen


Übersicht Sonstiges Smalltalk

Gehe zu:

Powered by phpBB © 2001 - 2006, phpBB Group