root/trunk/thune/gl

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @561 [561] 10 days krobillard Tokenizer now accepts 0x as hexidecimal prefix. File port can now be …
(edit) @560 [560] 5 weeks krobillard widget! make no longer requires parent argument.
(edit) @558 [558] 6 weeks krobillard Thune * Pop now pushes last element onto stack. * Added ur_strCatInt() …
(edit) @557 [557] 7 weeks krobillard Fixed float/int conversion with -O3.
(edit) @556 [556] 7 weeks krobillard gx.h no longer includes draw_prog.h
(edit) @555 [555] 7 weeks krobillard Updated gl/CMakeLists.txt
(edit) @554 [554] 7 weeks krobillard Eliminated draw-list! and OpenGL display lists.
(edit) @553 [553] 7 weeks krobillard draw-prog call references draw-prog argument.
(edit) @552 [552] 7 weeks krobillard Animation value can now be a word!.
(edit) @551 [551] 7 weeks krobillard Thune-gl RPM builds.
(edit) @550 [550] 7 weeks krobillard Thune: * 8-bit string encoding is now Latin-1. * Now using WELL512a …
(edit) @547 [547] 4 months krobillard Poke can now put coord! into another coord!. Draw list dialect now …
(edit) @546 [546] 4 months krobillard Imported gl/raster.c
(edit) @545 [545] 4 months krobillard Can paste into lineedit widget.
(edit) @544 [544] 4 months krobillard ur_setWord() is now public. Widget layout now handles set-word!. List …
(edit) @543 [543] 4 months krobillard Added list widget.
(edit) @542 [542] 4 months krobillard Widget area is now set before layout method is called. Working on list …
(edit) @540 [540] 5 months krobillard Thune * Implemented date!. Added ur_arrayExpand(), save. ThuneGL * …
(edit) @538 [538] 6 months krobillard Added get/words, isGlobalIndex(), and 10 reserved atoms.
(edit) @537 [537] 6 months krobillard Added show, hide, and gui_setMouseFocus(). Quit & halt propogate up nested …
(edit) @536 [536] 6 months krobillard Public headers now live in thune/ subdirectory.
(edit) @535 [535] 6 months krobillard Updated gx_atoms.
(edit) @533 [533] 6 months krobillard Thune Added 'any and 'all helpers. Quit selector is now returned …
(edit) @528 [528] 6 months krobillard GL testfw reload works again. Added UG_GUI_THROW macro to be used by …
(edit) @527 [527] 6 months krobillard Added thune-gl widget! datatype.
(edit) @518 [518] 8 months krobillard Thune-gl is now built separately with CMake. Added UG_DT_COUNT & …
(edit) @517 [517] 8 months krobillard Thune-gl now builds on openSUSE Build Service.
(edit) @516 [516] 8 months krobillard Thune version bumped to 0.0.4. Added RPM spec file. Now builds on …
(edit) @514 [514] 9 months krobillard Added cmake files for ThuneGL.
(edit) @513 [513] 9 months krobillard Made inline functions static for Mac OS 10.5.
(edit) @512 [512] 10 months krobillard font! can now be made from a raster! & binary!. Re-wrote TexFont? to …
(edit) @510 [510] 10 months krobillard 'loop is now an opcode and can act as loop.to for integers. File port! …
(edit) @509 [509] 10 months krobillard Added hold/release macros. ur_readDir() now holds its result block.
(edit) @508 [508] 10 months krobillard GC was inadvertently disabled. Fixed some GC bugs. Print & recycle now …
(edit) @506 [506] 10 months krobillard Changed if/keep to if-some. Added or-else.
(edit) @504 [504] 10 months krobillard Shader parameter type of GL_SAMPLER_2D_SHADOW is now handled.
(edit) @499 [499] 12 months krobillard Added ur_threadDestroy(). Removed ur_threadFree() from public …
(edit) @497 [497] 13 months krobillard Iter accepts negative skip. Updated GL atoms, manual, and encode test.
(edit) @492 [492] 14 months krobillard Draw list primitive ops now accept an int! count argument.
(edit) @491 [491] 14 months krobillard Macros are now created with caret followed by paren: (...)
(edit) @489 [489] 14 months krobillard Can now select raster from texture! and framebuffer!.
(edit) @487 [487] 14 months krobillard ThuneGL builds on MacOSX.
(edit) @486 [486] 14 months krobillard Animate now handles 'loop behavior.
(edit) @485 [485] 14 months krobillard Math operators work on coord!. GL - Added 'point-in.
(edit) @484 [484] 14 months krobillard ThuneGL - Added animation & animate.
(edit) @483 [483] 14 months krobillard select! evaluation now pushes all values other than function! & …
(edit) @468 [468] 15 months krobillard Squashed commit of master.
(edit) @458 [458] 15 months krobillard Merged Thune thread_safe branch into trunk (r386:457)
(edit) @399 [399] 18 months krobillard Thune GL - Shader link errors now properly reported.
(edit) @383 [383] 19 months krobillard Thune GL - Shader attributes can now be used.
(edit) @382 [382] 19 months krobillard Thune GL - Replaced ARB functions with OpenGL 2.0 versions.
(edit) @375 [375] 21 months krobillard Thune GL - Added joystick port on Linux.
(edit) @364 [364] 21 months krobillard Thune GL - Renamed interpolate to lerp. Added GLManual.
(edit) @362 [362] 21 months krobillard Thune - List! is now working. Thune GL - Added 'interpolate. Play works …
(edit) @361 [361] 21 months krobillard Thune GL - Added 'display.cursor
(edit) @360 [360] 21 months krobillard Thune GL - Boot script now built in.
(edit) @359 [359] 21 months krobillard Thune GL - Added 'clear.
(edit) @357 [357] 22 months krobillard Thune - Can poke vec3! into decimal vector!.
(edit) @356 [356] 22 months krobillard Thune GL - Added 'decal to draw dialect. Key-code now handles opcode.
(edit) @352 [352] 22 months krobillard Thune GL - Added text-size.
(edit) @348 [348] 23 months krobillard Thune GL - Imported shadow_as_color shader.
(edit) @347 [347] 23 months krobillard Thune GL - Shadowmap working, imported shaders, updated atoms.
(edit) @331 [331] 2 years krobillard Thune GL - Added draw-list! and 'draw.
(edit) @330 [330] 2 years krobillard Thune GL - font! & framebuffer! now hold texture from GC. Working on …
(edit) @325 [325] 2 years krobillard Thune GL compiles again.
(edit) @321 [321] 2 years krobillard Thune GL - Added display.snapshot & save.png. Some code cleanup.
(edit) @317 [317] 2 years krobillard Thune GL - Fixed warnings on Mac OS.
(edit) @316 [316] 2 years krobillard Removed old FRAMEBUFFER_INCOMPLETE_DUPLICATE_ATTACHMENT_EXT error.
(edit) @315 [315] 2 years krobillard Thune GL updated for renamed ur_vector macro.
(edit) @312 [312] 2 years krobillard Thune - Renamed array! to vector!. Added vector! make.
(edit) @311 [311] 2 years krobillard Thune GL - Added 'gl-extensions & improved texture! 'make.
(edit) @310 [310] 2 years krobillard Thune - Renamed UBuffer to UResource. coord! 'make now resolves …
(edit) @309 [309] 2 years krobillard Thune - set-select works on coord!. GL ortho camera now puts origin …
(edit) @307 [307] 2 years krobillard Thune GL - Imported gltex.
(edit) @306 [306] 2 years krobillard Thune GL - Added texture! datatype.
(edit) @305 [305] 2 years krobillard Thune GL - Now builds on Mac OS with freealut.
(edit) @304 [304] 2 years krobillard Thune GL - Shader 'default block implemented.
(edit) @303 [303] 2 years krobillard Thune GL - Shader parameters can now be used.
(edit) @302 [302] 2 years krobillard Thune GL - Imported gx_atoms.h
(edit) @301 [301] 2 years krobillard Thune - Added UBuffer & shader! datatype.
(edit) @296 [296] 2 years krobillard Thune GL - Lighting works.
(edit) @295 [295] 2 years krobillard Thune GL - Added 'look-at. mouse-move event now sends deltas. Test …
(edit) @289 [289] 2 years krobillard Thune - ur_tokenize() now handles scientific notation in array!.
(edit) @287 [287] 2 years krobillard Thune GL - Fixed font! bugs.
(edit) @286 [286] 2 years krobillard Thune GL - Added font! datatype. Added 'font & 'text to draw dialect.
(edit) @283 [283] 2 years krobillard Thune - Custom datatypes now work as datatype! mask. GL lists can now be …
(edit) @276 [276] 2 years krobillard Thune - Custom datatypes can now be created. Added raster! to GL.