modelize: use the signature of the setter in the initializer
[nit.git] / lib /
2016-02-22 Jean PrivatMerge: Recover `recover_with`
2016-02-22 Jean Privatlib/core/collection: improve the default `has_all`...
2016-02-19 Jean Privatcode: update clients of the former `recover_with`
2016-02-19 Jean Privatlib/core: rename `recover_with` as `add_all`
2016-02-16 Jean PrivatMerge: Revamp `Text::format`
2016-02-16 Jean PrivatMerge: nitcorn: cache served files, custom JS for FileS...
2016-02-16 Alexis Laferrièrelib/ios: document how to set an app icon
2016-02-16 Alexis Laferrièrelib/ios: fix unicode whitespace, was reported as a...
2016-02-16 Alexis Laferrièrelib/text: `Text::format` harder to break and using...
2016-02-15 Alexis Laferrièrelib/text: `Text::format` uses an index starting at...
2016-02-15 Alexis Laferrièrelib/text: `FlatString::substring` returns "" on count...
2016-02-15 Alexis Laferrièrelib/nitcorn: cache files served by `FileServer` for...
2016-02-15 Alexis Laferrièrelib/nitcorn: intro the attribute `FileServer::javascrip...
2016-02-15 Alexis Laferrièrelib/nitcorn: do not include `proxy` with nitcorn by...
2016-02-12 Jean PrivatMerge: iOS: implement data_store and missing life cycle...
2016-02-12 Alexis Laferrièrelib/serialization: serialize all insances of Text as...
2016-02-12 Alexis Laferrièrelib/ios: execute missing callbacks of app.nit on iOS
2016-02-12 Alexis Laferrièrelib/ios: implement data_store using NSUserDefaults
2016-02-12 Alexis Laferrièrelib/ios: wrap NSUserDefaults
2016-02-12 Jean PrivatMerge: Small cleanups related to constructors
2016-02-12 Jean PrivatMerge: Android support: better doc and libgc compilatio...
2016-02-12 Jean PrivatMerge: Intro support for async HTTP requests and ListLa...
2016-02-12 Jean Privatsdl: remove old style init
2016-02-11 Alexis Laferrièrelib/ios: implement `app::http_request`
2016-02-11 Alexis Laferrièrelib/ios: complete implementation of app::ui with suppor...
2016-02-11 Alexis Laferrièrelib/cocoa: intro wrappers for NSData, NSError and NSInd...
2016-02-11 Alexis Laferrièrelib/cocoa: intro `NSString::nil
2016-02-11 Alexis Laferrièrelib/pthreads: do not include libgc on iOS
2016-02-11 Alexis Laferrièrelib/android: better doc on how to configure the host...
2016-02-10 Jean PrivatMerge: Intro partial implementation of app::UI for iOS
2016-02-10 Jean PrivatMerge: lib: add new lib `event_queue` a data-structure...
2016-02-10 Jean Privatlib: add new lib `event_queue` a data-structure to...
2016-02-09 Alexis Laferrièrelib/ios: add README.md file
2016-02-09 Alexis Laferrièrelib/ios: intro iOS implementation of `app::ui`
2016-02-09 Alexis Laferrièrelib/cocoa: add services to `NSString` to convert to...
2016-02-09 Alexis Laferrièrelib: explicitly cast long to int to fix clang warnings
2016-02-09 Alexis Laferrièrelib/ios: fix mising rootViewController in hello_ios
2016-02-08 Jean PrivatMerge: Intro Action Nitro!
2016-02-08 Jean PrivatMerge: flying numbers in memory
2016-02-08 Jean PrivatMerge: lib/core: use intern && ffi since it is now...
2016-02-06 Jean Privatlib/mnit: add `centered` to blit_number
2016-02-05 Alexis Laferrièrelib/gamnit flat: rotation follows the right hand rule...
2016-02-05 Alexis Laferrièrelib/gamnit: invert Y axis so higher values are higher...
2016-02-04 Jean Privatlib/core: use intern && ffi since it is now allowed...
2016-02-04 Jean Privatcompiler: add a native implementation of NativeArray...
2016-02-03 Alexis Laferrièrelib/gamnit: fix clock starting at first usage, not...
2016-02-03 Alexis Laferrièrelib/gamnit: intro `Sprite::invert_x`
2016-02-02 Alexis Laferrièrelib/gamnit: intro `Sprite::tint`
2016-02-02 Alexis Laferrièrelib/gamnit: divide frame_core_flat in 2 parts to draw...
2016-02-02 Alexis Laferrièrelib/gamnit: intro static particles, the default most...
2016-01-28 Jean PrivatMerge: Implemented a htcpcp server
2016-01-25 Alexis Laferrièrelib/gamnit flat: intro `show_splash_screen`
2016-01-25 Alexis Laferrièrelib/gamnit depth: intro particle systems
2016-01-25 Alexis Laferrièrelib/gamnit depth: discard fragments with a low alpha...
2016-01-25 Alexis Laferrièrelib/gamnit depth: fix ambient color, multiply with...
2016-01-25 Alexis Laferrièrelib/gamnit depth: intro `Plane::repeat_x|y`
2016-01-25 Alexis Laferrièrelib/gamnit depth: make colors in SmoothMaterial writable
2016-01-25 Alexis Laferrièrelib/gamnit depth: TextureMaterial supports subtexture
2016-01-25 Alexis Laferrièrelib/gamnit depth: solve the mysterious bug "Why is...
2016-01-25 Alexis Laferrièrelib/gamnit: intro `GamnitRootTexture::pixelated=`
2016-01-25 Alexis Laferrièrelib/gamnit: intro `EulerCamera::center`
2016-01-25 Alexis Laferrièrelib/gamnit: solve the mysterious bug "camera is 2 times...
2016-01-25 Alexis Laferrièrelib/gamnit: fix `Subtexture::gl_texture` not being set
2016-01-23 Jean PrivatMerge: lib/core/math: add `Collection::sample`
2016-01-23 Jean PrivatMerge: lib/core: add Sequence::modulo to access with...
2016-01-22 Jean Privatlib/core: add Sequence::modulo to access with a Python...
2016-01-22 Jean Privatlib/core/math: add `Collection::sample`
2016-01-21 Jean PrivatMerge: Small improvements to the gamnit README
2016-01-21 Jean PrivatMerge: contrib/model_viewer: refactor the globe standal...
2016-01-21 Jean PrivatMerge: gamnit VR: steroscopic view and head tracking...
2016-01-20 Alexis Laferrièrelib/gamnit: improve the gamnit README and fix the typo...
2016-01-20 Alexis Laferrièrelib/gamnit: intro `keys` to keep track of pressed keys
2016-01-20 Alexis Laferrièrelib/gamnit depth: intro VR for Android with head tracking
2016-01-19 Alexis Laferrièrecontrib/model_viewer: move the globe example as a custo...
2016-01-19 Alexis Laferrièrelib/gamnit depth: add stereoscopic view module
2016-01-19 Alexis Laferrièrelib/gamnit depth&flat: extract implementations of frame...
2016-01-19 Alexis Laferrièrelib/android/cardboard: remove `gyro_bias` as it no...
2016-01-19 Alexis Laferrièrelib/gamnit flat: set array_enabled at each draw
2016-01-19 Alexis Laferrièrelib/gamnit depth: make scale and translation uniforms
2016-01-19 Alexis Laferrièrelib/gamnit depth: add texture_coords to Cube
2016-01-19 Alexis Laferrièrelib/gamnit depth: fix Plane drawing using indices for...
2016-01-18 Alexis Laferrièrelib/gamnit: intro gamnit depth
2016-01-17 Alexis Laferrièrelib/gamnit: intro `EulerCamera::look_at`
2016-01-17 Alexis Laferrièrelib/gamnit flat: set array_enabled settings at each...
2016-01-17 Alexis Laferrièrelib/gamnit flat: extract `App::frame_core_draw`
2016-01-17 Alexis Laferrièrelib/gamnit: rename simple_2d to flat
2016-01-16 Alexis Laferrièrelib/gamnit: add support for map_Ka in the .mtl parser
2016-01-16 Alexis Laferrièrelib/gamnit: move `Texture::checker` to its own class...
2016-01-16 Alexis Laferrièrelib/gamnit: document `offset` methods
2016-01-15 itsWillimplemented htcpc server
2016-01-14 Jean PrivatMerge: Intro parsers to load 3D models from .obj and...
2016-01-14 Alexis Laferrièrelib/mnit: rename `Asset` to `MnitAsset` to fix conflict...
2016-01-14 Alexis Laferrièrelib/gamnit: intro parsers for .obj and .mtl files
2016-01-14 Alexis Laferrièrelib/gamnit: intro new services and refine `StringProces...
2016-01-14 Jean PrivatMerge: Extend is_numeric to support negative values...
2016-01-12 Alexis Laferrièrelib/parser_base: intro `StringProcessor::eof` and fix...
2016-01-12 Alexis Laferrièrelib/android: implement `TextAsset`
2016-01-12 Alexis Laferrièrelib/android: fix manipulation of Java stack from assets...
2016-01-12 Alexis Laferrièrelib/linux: implement `TextAsset`
2016-01-12 Alexis Laferrièrelib/app: intro `Asset` and `TextAsset`
next