nit.git
2018-02-16 Jean PrivatMerge: Intro and use `prompt`, an alternative to `readline`
2018-02-14 Alexis Laferrièrenitin: use `prompt`
2018-02-14 Alexis Laferrièrenitx: remove dependency on GNU readline
2018-02-14 Alexis Laferrièrenitx: exit on EOF
2018-02-14 Alexis Laferrièrerealtime: implement the `prompt` service
2018-02-14 Alexis Laferrièrelib: intro `prompt`, basic Apache 2.0 service to displa...
2018-01-26 Jean PrivatMerge: nitc: check pkg-config packages availability...
2018-01-26 Alexis Laferrièretests: test_syntax now reports other errors before...
2018-01-26 Alexis Laferrièrenitc & niti: move the duplicated pkg-config checks...
2018-01-25 Jean PrivatMerge: Gamnit on iOS
2018-01-25 Jean PrivatMerge: doc/commands: extract CmdCode superclass
2018-01-25 Jean PrivatMerge: Remove the packages `glesv1`, `mnit` and `sdl...
2018-01-25 Alexis Laferrièreandroid: update the `sensors` module to use gamnit
2018-01-25 Alexis Laferrièretests: don't TODO Darwin errors for OpenGL ES 1.0
2018-01-25 Alexis Laferrièreinkscape_tools: remove `mnit` support
2018-01-25 Alexis Laferrièreinkscape_tools: delete mnit based test applications
2018-01-25 Alexis Laferrièrelib: clear all references to mnit from memory
2018-01-25 Alexis Laferrièrelib: delete the `sdl` package (there's still SDL2)
2018-01-25 Alexis Laferrièrelib: delete most of the mnit package (keeping input...
2018-01-25 Alexis Laferrièretinks: delete the old 2D mnit client
2018-01-24 Alexis Laferrièreexamples: delete the `shoot` game
2018-01-24 Alexis Laferrièrecontrib: delete the friendz game
2018-01-24 Alexis Laferrièrecontrib: delete the memory game
2018-01-24 Alexis Laferrièreexamples: delete mnit_ballz
2018-01-24 Alexis Laferrièreexamples: remove mnit_dino
2018-01-24 Alexis Laferrièrecontrib: remove crazy_moles
2018-01-24 Alexis Laferrièrecontrib: remove mnit_test
2018-01-23 Alexis Laferrièrenitc: document the phase detecting the annots `platform...
2018-01-22 Alexandre Terrasadoc/commands: update tests
2018-01-22 Alexandre Terrasadoc/commands: extract `CmdCode` super class
2018-01-22 Alexandre Terrasadoc/commands: rename `CmdComment::render` to `render_co...
2018-01-19 Jean PrivatMerge: location: fix located_in behavior
2018-01-19 Jean PrivatMerge: Gamnit: rewrite Android lifecycle support
2018-01-19 Alexis Laferrièretests: don't use the readlink option -f when not availa...
2018-01-19 Alexis Laferrièretests: use en_US.UTF-8 locale on macOS
2018-01-19 Alexis Laferrièretests: fix superfluous option in call to xargs, was...
2018-01-18 Alexis Laferrièretests: nitce crashes compiling test_platform_ios on...
2018-01-18 Alexis Laferrièreios: accept spaces in path to the Nit project
2018-01-18 Alexis Laferrièretests: skip some tests failing weirdly on macOS
2018-01-18 Alexis Laferrièregamnit: import gamnit_android from android19 for a...
2018-01-18 Alexis Laferrièreasteronits, action_nitro & model_viewer: use gamnit...
2018-01-17 Alexis Laferrièretests: test_platform_ios produces an empty assets folder
2018-01-17 Alexis Laferrièreshare: use BASH_SOURCE to reliably detect the script...
2018-01-17 Alexis Laferrièrepthreads: fix thread/gc support on iOS
2018-01-17 Alexis Laferrièreasteronits, action_nitro & model_view: add makefile...
2018-01-17 Alexis LaferrièreiOS: add support for bdgwc/libgc
2018-01-17 Alexis Laferrièrenitc ios: xcode support per file cflags
2018-01-17 Alexis Laferrièregamnit: intro basic input event supports for iOS
2018-01-17 Alexis Laferrièreios: implement app::audio for iOS
2018-01-17 Alexis Laferrièreios: implement TextAsset for iOS
2018-01-17 Alexis Laferrièregamnit: intro core gamnit graphics services for iOS
2018-01-17 Alexis Laferrièregamnit: move landscape & portrait from the android...
2018-01-17 Alexis Laferrièrenitc: use GMT as numeric version instead of local time
2018-01-17 Alexis Laferrièregamnit: request 4x antialiasing
2018-01-17 Alexis Laferrièregamnit: rewrite android support
2018-01-17 Alexis Laferrièregamnit: differentiate create_display and recreate_gamni...
2018-01-17 Alexis Laferrièreandroid: add poll_looper_pause
2018-01-17 Alexis Laferrièreandroid: use the gcc toolchain
2018-01-15 Alexandre Terrasalocation: fix located_in behavior
2018-01-14 Alexis Laferrièreios: intro GLKit services
2018-01-14 Alexis Laferrièrenitc: support iOS assets
2018-01-14 Alexis Laferrièreglesv2: alternative include directive for iOS
2018-01-14 Alexis Laferrièrelib/realtime: use our custom clock_gettime when targett...
2018-01-14 Alexis Laferrièregamnit: document how to get glslangValidator on macOS
2018-01-14 Alexis Laferrièregamnit: don't delete simple_2d_program at on_stop,...
2018-01-14 Alexis Laferrièregamnit: don't check status of the FBO at 0, breaks...
2018-01-14 Alexis Laferrièregamnit: intro and use indirection to bind the screen...
2018-01-14 Alexis Laferrièregamnit: don't touch the dynamic_resolution FBO if it...
2018-01-14 Alexis Laferrièregamnit: reset the dynamic_resolution context when gamni...
2018-01-13 Jean PrivatMerge: niti: fix constructors with an empty return
2018-01-13 Jean PrivatMerge: exec: display system error after failed fork
2018-01-12 Jean Privattests: remove fixed *fixme* files for niti/constructor
2018-01-12 Jean PrivatMerge: core: add `Sequence::get_or_default` and `get_or...
2018-01-12 Jean PrivatMerge: benches: add a simple microbenches for nit try...
2018-01-12 Jean PrivatMerge: gamnit: bug fixes, updated doc and prepare iOS...
2018-01-12 Jean PrivatMerge: Android: fix issues in the audio support
2018-01-04 Alexis Laferrièregamnit: fix parsing .obj models without an explicit...
2018-01-04 Alexis Laferrièredocker: add zipalign to support compiling Android apps...
2018-01-04 Alexis Laferrièregamnit: print gl_MAX_TEXTURE_SIZE with other driver...
2018-01-04 Alexis Laferrièregamnit: fix draw order of the DPad background
2018-01-04 Alexis Laferrièregamnit: fix doc of `ModelAsset` to represent the curren...
2017-12-21 Alexandre Terrasaexec: display system error after failed fork
2017-12-20 Alexis Laferrièregamnit: lapse clock on resume, so `update` ignores...
2017-12-20 Alexis Laferrièregamnit: set resolution at 1080p for splash screens...
2017-12-20 Alexis Laferrièregamnit: don't delete uninitialized programs
2017-12-20 Alexis Laferrièreglesv2: check for null pointers in glGetString
2017-12-20 Jean Privatniti: fix constructors with an empty return
2017-12-20 Jean Privatbenches: add a simple microbenches for nit try/catch
2017-12-20 Jean Privatcore: add `Sequence::get_or_default` and `get_or_null`
2017-12-19 Jean PrivatMerge: nitx: use doc commands
2017-12-19 Jean PrivatMerge: nitweb: use doc-commands
2017-12-18 Alexandre Terrasacore: fix README for new doc-commands names
2017-12-18 Alexandre Terrasamodel: move model_json to doc/templates
2017-12-18 Alexandre Terrasamodel/json: fix model json tests after update
2017-12-18 Alexandre Terrasadoc/commands: fix commands json tests after update
2017-12-18 Alexandre Terrasanitweb: migrate frontend to new json/commands
2017-12-18 Alexandre Terrasadoc/api: migrate api to new doc-commands
2017-12-18 Alexandre Terrasanitx: use AnsiHighlightVisitor
2017-12-18 Alexandre Terrasashare/man: update manpage for the nitx --catalog option
2017-12-18 Alexandre Terrasanitx: update bin tests
next