]> git.mxchange.org Git - simgear.git/history - simgear/nasal
Fixed a crash: the singleton needs to be instantiated the first time SGCommandMgr...
[simgear.git] / simgear / nasal /
2013-11-23 James TurnerReset: allow re-init of Nasal Ghosts.
2013-10-27 Thomas GeymayerNew class simgear::Map extending std::map interface.
2013-10-25 Thomas Geymayercppbind: automatic conversion of SGReferenced derived...
2013-10-16 Thomas GeymayerNasal: do not print invalid elements for error backtraces.
2013-10-15 Thomas Geymayercppbind: convert Nasal functions to C++ boost::function.
2013-10-15 Thomas Geymayercppbind: fix bad class hierarchy for bad_nasal_cast.
2013-10-15 Thomas GeymayerNasal: use correct function pointer in naCall (with...
2013-10-15 Thomas GeymayerNasal: recursive method calling.
2013-10-14 Thomas GeymayerNasal: add naGCSave/naGCRelease for preventing objects...
2013-10-14 Thomas Geymayercppbind: add to_nasal_helper for enums.
2013-10-13 Thomas Geymayercppbind: Catch exceptions before reaching C code.
2013-10-09 James TurnerAnother attempt to make MSVC happy!
2013-10-09 James TurnerFix MSVC build, no C99 so no round().
2013-10-09 James TurnerReset: Nasal additions to force GC, clear saved refs.
2013-10-03 James TurnerExtend built-in Nasal math.
2013-09-14 James TurnerBah, tested on the wrong compiler, so missed a file.
2013-09-14 James TurnerPrefix GCC version constant.
2013-07-23 James TurnerFix for #587, crash on break/continue.
2013-07-23 James TurnerInitialise token precedence rule.
2013-07-23 James TurnerBug 585, assignment to multiple l-values.
2013-07-23 James TurnerBug 737, crash parsing default args.
2013-07-15 Thomas Geymayernasal::String: add ends_with method
2013-06-02 Thomas GeymayerMake nasal::Ghost usable with weak_ptr
2013-05-01 Thomas GeymayerAllow adding a contition to locked-track animation
2013-04-25 Thomas GeymayerRemove debug output (and shorten test names)
2013-04-12 Thomas GeymayerNasal: add naVec_removelast. (Thanks to Philosopher)
2013-04-01 Thomas Geymayernasal::Ghost tweaking to allow using with osg::oberser_ptr.
2013-03-23 Thomas Geymayernasal::Ghost tweaking and to_nasal_helper for SGGeod.
2013-03-19 Thomas Geymayercppbind: add from_nasal_helper to convert Nasal ghosts...
2013-03-15 Thomas GeymayerCMake: Create list of libs for testing only once
2013-03-06 Thomas GeymayerFix some warnings
2013-03-06 Thomas Geymayercppbind: allow adding free functions accepting nasal...
2013-03-05 Thomas GeymayerMay MSVC likes this more...
2013-03-05 Thomas Geymayercppbind: Add some methods to nasal::CallContext
2013-03-04 Thomas Geymayercppbind: Tweak from_nasal error reporting
2013-03-04 Thomas GeymayerSilence MSVC
2013-03-04 Thomas Geymayercppbind: tweaking from_nasal/to_nasal.
2013-03-03 Thomas Geymayercppbind: faster from_nasal for bool and fix VS warning.
2013-03-03 Thomas Geymayercppbind: refactor to_nasal for better name lookup.
2013-03-03 Thomas Geymayercppbind: Allow getter without from_nasal defined and...
2013-03-03 Thomas GeymayerMake old gcc happy
2013-03-03 Thomas Geymayercppbind: rework to allow binding nearly everything.
2013-03-01 Thomas Geymayercppbind: Prepare for improved bindings.
2013-03-01 Thomas GeymayerAdd optional user_data to Nasal C functions.
2013-02-28 Thomas GeymayerVisual Studio fix
2013-02-28 Thomas Geymayercppbind: Fix SGPath from_nasal_helper
2013-02-28 Thomas GeymayerNasal cppbind: support more member function types
2013-02-07 James TurnerA couple more tests fixes.
2013-01-31 Thomas GeymayerNasal String wrapper and allow adding methods to string...
2013-01-23 James TurnerTolerate lack of C99 in MSVC.
2013-01-22 James TurnerAdd left/right Nasal library functions.
2013-01-22 James TurnerMore native math functions in Nasal.
2012-12-29 Thomas GeymayerAllow nasal::Ghost to only wrap classes by their shared...
2012-12-28 James TurnerAdd SGPath to the Nasal conversion helpers.
2012-12-23 Thomas GeymayerRevert to old way of including everything from SGMath.hxx
2012-12-17 Thomas GeymayerMissing file...
2012-12-16 Thomas GeymayerNasal cppbindings: automatic conversion of vec2 to...
2012-12-16 Thomas GeymayerFix memory leak if nasal::Ghost creation fails
2012-12-02 Thomas GeymayerFirst working version of DOM like Canvas event handling
2012-11-29 Thomas GeymayerAdd method canvas::Group::getElementById
2012-11-29 Thomas GeymayerUse better method names and add comments
2012-11-29 Thomas GeymayerAdd methods to get arguments passed to function from...
2012-11-27 Thomas GeymayerSimplify/Make VS happy
2012-11-27 Thomas Geymayercppbind: Automatic conversion of derived ghosts and...
2012-11-18 Thomas GeymayerGet Canvas/PropertyBasedElement by name
2012-11-16 Thomas GeymayerFix for old gcc which got broken by fix for VS
2012-11-16 Thomas GeymayerFix for VS bug
2012-11-16 Thomas GeymayerNasal bindings: Always pass object by reference
2012-11-15 Thomas GeymayerOne more fix for old gcc
2012-11-15 Thomas GeymayerFix compile errors for old gcc
2012-11-15 Thomas GeymayerCanvas/C++ bindings: automatically detect dynamic type...
2012-11-13 Thomas GeymayerWork around Visual Studio bug
2012-11-12 Thomas GeymayerC++/Nasal bindings: allow registering free function...
2012-11-12 Thomas GeymayerMissing include and more doxygen improvements
2012-11-12 Thomas GeymayerFix file headers
2012-11-12 Thomas GeymayerAdd nasal::Ghost class for exposing C++ classes to...
2012-11-10 Thomas GeymayerAdd from_nasal helper and fix to_nasal for std::vector.
2012-11-09 Thomas GeymayerSome basic C++/Nasal binding helpers
2012-11-08 Thomas GeymayerCanvas cleanup and restructuring
2012-08-17 ThorstenBChristoph Korn/PlayDeb.net: support additional architec...
2012-05-04 ThorstenBopenSUSE "more architectures" patch
2012-04-28 Frederic BouvierNasal is C code, not C++
2012-04-28 James TurnerStrange, somehow missed this file in last commit.
2012-04-28 James TurnerNasal Ghosts can optionally specify member get/set...
2012-04-23 James TurnerFix latent bug in Nasal hash cget / cset functions...
2012-01-09 ThorstenB#587: don't crash on negative sizes
2011-11-05 Erik HofmanMerge branch 'next' of git://gitorious.org/fg/simgear...
2011-11-01 James TurnerRemove the remaining Makefiles from the code.
2011-10-30 Erik HofmanMerge branch 'next' of git://gitorious.org/fg/simgear...
2011-10-29 ThorstenB#453: Using = as Nasal function argument crashes FG
2011-06-02 ThorstenBfix #314: Nasal not working on i386/32bit systems with...
2010-12-19 James TurnerInitial work on CMake support for SimGear.
2010-11-14 ThorstenBremove old .cvsignore files
2010-02-04 Tim MooreMerge branch 'fredb/winfix'
2010-01-28 Tim MooreMerge branch 'timoore/mat-effect'
2010-01-28 Tim MooreMerge branch 'freb/mingw'
2010-01-25 fredbMINGW patch from BenoƮt Laniel
2009-09-17 Tim MooreMerge branch 'frohlich/weak' into next
2009-07-02 fredbSupport MSVC 64-bit architecture
2009-05-17 Tim MooreMerge branch 'maint' into next
next