model: add `MEntity::is_broken`
[nit.git] / lib /
2015-09-23 Jean PrivatMerge: Beef up OrderedTree API
2015-09-23 Jean PrivatMerge: Geometry
2015-09-23 Jean Privatlib/ordered_tree: add `parent`, `has` and `length`
2015-09-23 Jean Privatlib/ordered_tree: add `==`, `hash` and `clone`
2015-09-22 Jean PrivatMerge: new game: memory
2015-09-22 Jean Privatlib/ordered_tree: add and used `add_all`
2015-09-22 BlackMinougeometry/polygon: adds polygon triangulation + polygon...
2015-09-21 Lucas Bajoletlib: Update libs to use correctly ascii and code_point
2015-09-21 Jean Privatlib/core: fix nitunit that should have failed earlier...
2015-09-21 Jean Privatcore/math: add basic Bézier interpolations on Float
2015-09-21 Lucas Bajoletlib: Changes in the way ascii is coded and its semantics.
2015-09-21 Lucas Bajoletlib/core: Fix bug in StringByteView, misuse of `String...
2015-09-21 BlackMinougeometry: Adds a README
2015-09-16 Jean PrivatMerge: android/audio: fix multiple music playing when...
2015-09-15 Jean PrivatMerge: lib: intro the matrix package
2015-09-15 Alexis Laferrièrelib/matrix: intro `Matrix::to_a & transposed`
2015-09-15 Alexis Laferrièrelib/matrix: add services for projection Matrix and...
2015-09-15 Alexis Laferrièrelib/matrix: intro Matrix with general services
2015-09-15 Jean PrivatMerge: Bytes from hexdigest
2015-09-15 Jean PrivatMerge: Clean UTF-8 string update
2015-09-15 Lucas Bajoletlib: Update sha1 and base64 to use Bytes instead of...
2015-09-15 Lucas Bajoletlib/core: Fixed bug in `BytesIterator::init with_buffer`
2015-09-15 Lucas Bajoletlib/core: Added hexdigest_to_bytes method from String...
2015-09-15 Lucas Bajoletlib/core: Added validation method for hexdigest
2015-09-15 BlackMinouandroid/audio: doesn't resume sounds paused by the...
2015-09-15 BlackMinouandroid/audio: fix multiple music playing when pausing app
2015-09-15 Alexis LaferrièreMerge branch 'master' into gamnit
2015-09-14 Jean PrivatMerge: glesv2: more services from OpenGL ES 2.0 to...
2015-09-14 Jean PrivatMerge: Fix Music loading bug for friendz
2015-09-14 Alexis Laferrièrelib/glesv2: intro glVertexAttribPointer
2015-09-14 Alexis Laferrièrelib/glesv2: intro glVertexAttrib*f and glUniform*i
2015-09-14 Alexis Laferrièrelib/glesv2: move some services out of `VertexArray...
2015-09-14 Alexis Laferrièrelib/glesv2: update GLTextureTarget to the new contructo...
2015-09-14 Alexis Laferrièrelib/glesv2: intro glTexImage2D
2015-09-14 Alexis Laferrièrelib/glesv2: intro glFramebufferTexture2D
2015-09-14 Alexis Laferrièrelib/glesv2: intro glPixelStorei
2015-09-14 Alexis Laferrièrelib/glesv2: intro glRenderbufferStorage
2015-09-14 Alexis Laferrièrelib/glesv2: intro glBindBuffer
2015-09-14 Alexis Laferrièrelib/glesv2: intro glGenerateMipmap
2015-09-14 Alexis Laferrièrelib/glesv2: intro glIsTexture and glBindTexture
2015-09-14 Alexis Laferrièrelib/glesv2: wrap glFramebufferRenderbuffer and GLAttachment
2015-09-14 Alexis Laferrièrelib/glesv2: add a Nity wrapper to the NativeGLfloatArray
2015-09-14 Alexis Laferrièrelib/gamnit: add a portable version of the triangle...
2015-09-14 Alexis Laferrièrelib/gamnit: intro App integration and Android support
2015-09-14 Alexis Laferrièrelib/gamnit: intro the standalone triangle example for...
2015-09-14 Alexis Laferrièrelib/gamnit: intro GNU/Linux support
2015-09-14 Alexis Laferrièrelib/gamnit: intro the abstract display
2015-09-14 Alexis Laferrièrelib/linux: move simulating the lifecycle of an app...
2015-09-14 Alexis Laferrièrelib/glesv2: move some services out of `VertexArray...
2015-09-12 Alexis Laferrièrelib/glesv2: fix read_pixels having hardcoded args
2015-09-12 Alexis Laferrièrelib/glesv2: fix misplaced mipmap filters and update...
2015-09-12 Alexis Laferrièrelib/c: contructors `from` for native arrays accept...
2015-09-12 Alexis Laferrièrelib/android: add ANativeWindow::set_buffers_geometry
2015-09-12 Alexis Laferrièrelib/egl: intro egl_default_display
2015-09-11 Lucas Bajoletlib/core: Removed a few abusive uses of `to_s_with_leng...
2015-09-11 Lucas Bajoletlib/core: Have Bytes::to_s and stream use the new and...
2015-09-11 Lucas Bajoletlib/core/flat: Added clean_utf8 method to NativeString
2015-09-10 Jean PrivatMerge: nitiwiki: external highlighter
2015-09-10 Jean PrivatMerge: Ballz improvements
2015-09-10 Jean Privatmarkdown: escape the meta information of code block...
2015-09-10 Jean PrivatMerge: Rename Project to Package
2015-09-10 Jean Privatlib/markdown: promote `BlockFence::meta` to `BlockCode...
2015-09-10 Jean Privatlib/markdown: factorize clones `code_from_block` into...
2015-09-10 BlackMinouAndroid:audio: little fix when loading sound or music
2015-09-10 Jean PrivatMerge: Fix Opportunity behavior with unicode characters
2015-09-10 Jean PrivatMerge: UTF-8 Regex
2015-09-09 Jean Privatcode: rename `project[s].ini` files as `package[s]...
2015-09-09 Alexis Laferrièrelib/nitcorn: update path to nitc to compile the examples
2015-09-09 Alexis Laferrièrelib/text: fix to|from_percent_encoding with unicode...
2015-09-09 Lucas Bajoletlib/core: Sub-regular expressions API change from Array...
2015-09-09 Jean PrivatMerge: Better nitcc
2015-09-09 Jean PrivatMerge: String Stats
2015-09-09 Jean Privatlib/json: regenerate with new nitcc
2015-09-09 BlackMinouandroid/sensors: the example and some whitespace
2015-09-09 BlackMinouandroid/audio: fix infinite recursion
2015-09-08 Lucas Bajoletlib/: Added statistics module for Text variants
2015-09-08 Lucas Bajoletlib/core/re: Fixed search_in for Regex, should now...
2015-09-08 Lucas Bajoletlib/core: Fixed documentation in `NativeString::byte_to...
2015-09-08 Lucas Bajoletlib/core/text: Deferred utf8_length to native for FlatS...
2015-09-08 Lucas Bajoletlib/core/text: Removed now useless byte_to_char_index...
2015-09-08 Jean PrivatMerge: lib/github: fix link to github doc in comment
2015-09-08 Jean PrivatMerge: objcwrapper: class methods as top-level methods...
2015-09-08 Jean PrivatMerge: lib/opts: accept non-conflicting parameters...
2015-09-08 Jean Privatlib/github: fix link to github doc in comment
2015-09-04 Alexis Laferrièrelib/nitcc_runtime: extract `Position::underline` from...
2015-09-04 Jean PrivatMerge: Optimized use of escape_to_c
2015-09-04 Jean PrivatMerge: Text attribute accesses optimization
2015-09-04 Jean PrivatMerge: Better synopses in many packages for a prettier...
2015-09-03 Lucas Bajoletlib/core/flat: `bytepos` and `position` cache are now...
2015-09-03 Alexis Laferrièrelib/nit: extract Nit keywords from jwrapper to a suppor...
2015-09-03 Lucas Bajoletlib/core/flat: Optimized use of escape_to_c for FlatText
2015-09-02 Alexis Laferrièrelib/opts: `OptionString` avoid ready existing options...
2015-09-02 Alexis Laferrièrelib/opts: replace `OptionContext::errors` by `get_errors`
2015-09-02 Lucas Bajoletlib/core/text: Replaced most polymorph accesses to...
2015-09-02 Jean PrivatMerge: regex: bug fix, less warnings and rename
2015-09-02 Jean PrivatMerge: Ini of projects
2015-09-01 Alexis Laferrièrelib/re: mark with FIXME problems with length computations
2015-08-31 Jean PrivatMerge: Reorganize mnit submodules
2015-08-31 Jean PrivatMerge: Relocate examples/nitcorn
2015-08-31 Alexis Laferrièrelib/re: fix offset of submatches and clarify variables...
next