nit.git
2017-11-29 Jean PrivatMerge: gamnit: new services and a lot of bug fixes...
2017-11-29 Jean PrivatMerge: android: adaptive icons, free memory on demand...
2017-11-29 Jean PrivatMerge: tests: force a utf8 locale because gradle don...
2017-11-29 Jean Privattests: update some sav because uft8 locale
2017-11-29 Jean Privattests: force a utf8 locale because gradle don't like...
2017-11-28 Alexis Laferrièreandroid: kindly ask the GC to do its thing when the...
2017-11-28 Alexis Laferrièreandroid: tweak the GC compilation flags
2017-11-28 Alexis Laferrièreandroid: don't change metadata in debug mode
2017-11-28 Alexis Laferrièreandroid: accept adaptive icons and other previous icon...
2017-11-27 Alexis Laferrièreperf analysis: customize float precision in reports
2017-11-27 Alexis Laferrièrerealtime: avoid unnecessary mallocs
2017-11-27 Alexis Laferrièrerealtime: make native services private
2017-11-27 Alexis Laferrièregamnit: don't apply dynamic resolution to UI sprites
2017-11-27 Alexis Laferrièregamnit: dynamic_resolution_ratio should be writable
2017-11-27 Alexis Laferrièregamnit: free images pixel data from RAM after loading...
2017-11-27 Jean PrivatMerge: nitin FFI seems to work
2017-11-27 Jean PrivatMerge: android: update compiler to use the "new" toolchain
2017-11-24 Jean PrivatMerge: src/doc: Introduce doc commands
2017-11-23 Jean Privatnitin: add FFI example in the README
2017-11-23 Jean Privatnitin: continue on bad triple-quoted string and bad...
2017-11-23 Jean Privatlexer: add token for bad extern segment, and bad triple...
2017-11-23 Jean Privatnitin: display syntax error as soon as possible
2017-11-23 Jean PrivatMerge: app.nit: fix issues in examples and calculator
2017-11-23 Jean PrivatMerge: interactive nit: main variables are preserved
2017-11-23 Jean PrivatMerge: gamnit: distinguish between `create_gamnit`...
2017-11-23 Alexandre Terrasatests: fix model serialization tests
2017-11-23 Alexandre Terrasadoc/commands: introduce docdown related commands
2017-11-23 Alexandre Terrasadoc/docdown: render mdoc as markdown
2017-11-23 Alexandre Terrasadoc/commands: introduce commands group
2017-11-23 Alexandre Terrasadoc/commands: introduce html rendering for commands
2017-11-23 Alexandre Terrasadoc/templates: introduce model to html translations
2017-11-23 Alexandre Terrasalib/html: bootstrap use optional annotation
2017-11-23 Alexandre Terrasadoc/commands: introduce commands results to json transl...
2017-11-23 Alexandre Terrasadoc/commands: introduce command initialization from...
2017-11-23 Alexandre Terrasadoc/commands: introduce commands parser
2017-11-23 Alexandre Terrasadoc/commands: introduce catalog commands
2017-11-23 Alexandre Terrasadoc/commands: introduce usage commands
2017-11-23 Alexandre Terrasadoc/commands: introduce graph commands
2017-11-23 Alexandre Terrasadoc/commands: introduce model commands
2017-11-23 Alexandre Terrasadoc/commands: introduce doc commands
2017-11-23 Alexandre Terrasanitweb: use catalog_json
2017-11-23 Alexandre Terrasacatalog: introduce catalog to json translation
2017-11-23 Alexandre Terrasacatalog: create a group for catalog modules
2017-11-23 Alexandre Terrasamarkdown: reset headlines collection between two processing
2017-11-22 Alexis Laferrièredocker: update for the new Android toolchain and predow...
2017-11-22 Alexis Laferrièrebenitlux: fix use of global references from Java FFI
2017-11-22 Alexis Laferrièreandroid: use global references in `audio` implementation
2017-11-22 Alexis Laferrièreandroid: fix pinning non-local ref to Nit objects from...
2017-11-22 Alexis Laferrièreandroid: avoid callbacks in audio implementation
2017-11-22 Alexis Laferrièreandroid: update native_app_glue
2017-11-22 Alexis Laferrièreandroid: update host setup guide
2017-11-22 Alexis Laferrièreandroid: activate the GC
2017-11-22 Alexis Laferrièreandroid: rewrite of the Android support to use the...
2017-11-21 Alexis Laferrièregamnit: don't limit fps by default as most mobile syste...
2017-11-21 Alexis Laferrièregamnit: remove duplicated perf stats in shadow
2017-11-21 Alexis Laferrièregamnit: use shorter names to avoid unpredictable truncation
2017-11-21 Alexis Laferrièregamnit: fix name of parameters visible in free constructor
2017-11-21 Alexis Laferrièregamnit: allow modification of CustomTextures after...
2017-11-21 Alexis Laferrièregamnit: keep source data for CustomTexture to support...
2017-11-21 Alexis Laferrièregamnit: fix subtexture references to the parent's GL...
2017-11-21 Alexis Laferrièrematrix: optimize matrix multiplication
2017-11-21 Alexis Laferrièrematrix: optimize loops
2017-11-21 Alexis Laferrièrematrix: optimize the creation of the `gamnit_rotation_m...
2017-11-21 Alexis Laferrièrematrix: cache the last `gamnit_euler_rotation` matrix...
2017-11-21 Alexis Laferrièregamnit: fix camera anchors left and right
2017-11-21 Alexis Laferrièregamnit: tweak doc of Mesh
2017-11-21 Alexis Laferrièregamnit: tweak BlinPhongProgram to support drawing many...
2017-11-21 Alexis Laferrièregamnit: remove unused parameters to `SmoothMaterial...
2017-11-21 Alexis Laferrièregamnit: rename versatile_program to blinn_phong_program
2017-11-21 Alexis Laferrièregamnit: intro `ParticleSystem::clear`
2017-11-21 Alexis Laferrièreglesv2: optimize `GLfloatArray` by a custom implementat...
2017-11-21 Alexis Laferrièreegl: intro `EGLConfigChooser::samples` and fix a constant
2017-11-21 Alexis Laferrièreasteronits: larger controls
2017-11-21 Alexis Laferrièregamnit: fix error between comment and code in template...
2017-11-21 Alexis Laferrièregamnit: move camera default settings to create_scene
2017-11-21 Alexis Laferrièregamnit: check for more errors
2017-11-21 Alexis Laferrièregamnit: split use of App::on_create between create_gamn...
2017-11-21 Alexis Laferrièregamnit: reset SpriteSet at create to support recreating...
2017-11-21 Alexis Laferrièregamnit: fix sprite set management in flat_core
2017-11-21 Alexis Laferrièregamnit: fix propagation of on_stop
2017-11-21 Jean Privatnitin: update README with more examples and main variables
2017-11-21 Jean Privatnitin: save and inject main variable between prompts
2017-11-21 Jean Privatnaive_interpreter: make `InterpreterFrame::map` and...
2017-11-21 Jean Privatnitin: get the main_method early to simplify the code
2017-11-21 Jean Privatnitin: show syntactic errors the standard way
2017-11-21 Jean Privatnitin: keep the line number increasing between prompts
2017-11-21 Jean Privatnitin: add optional source name in error messages ...
2017-11-14 Alexis Laferrièrecalculator: add the scientific variant to the `all...
2017-11-14 Alexis Laferrièreapp.nit examples: fix dependencies by adding the missin...
2017-11-14 Alexis Laferrièreapp.nit examples: update http_request_example to correc...
2017-11-14 Alexandre Terrasamodel_collect: fix collect_ancestors
2017-11-14 Alexandre Terrasamodel_views: introduce `mentities_by_name` in views
2017-11-13 Jean PrivatMerge: Model filters: extract filters from ModelVisitor
2017-11-10 Alexandre Terrasanitdoc: protect package access when ModelFilters allows...
2017-11-10 Alexandre Terrasatests: fix tests for model visitor
2017-11-10 Alexandre Terrasatests: fix tests for model filters
2017-11-10 Alexandre Terrasatests: fix tests for model index
2017-11-10 Alexandre Terrasanituml: use model filters
2017-11-10 Alexandre Terrasanitweb: use model filters
2017-11-10 Alexandre Terrasanitdoc: use model filters
next