NOTICE: Update
[nit.git] / lib /
2016-05-24 Jean PrivatMerge: Reworked crypto.nit to introduce basic XOR attacks
2016-05-24 Jean PrivatMerge: Added `copy_from` service to `NativeString`
2016-05-24 Philippe Pepos Pet... lib/crapto: Introduce 2 new attacks on XOR ciphers
2016-05-24 Philippe Pepos Pet... lib/crypto: Introduce XOR cipher management classes
2016-05-24 Philippe Pepos Pet... lib/crypto: Explode crypto.nit into package
2016-05-24 Jean PrivatMerge: Revamp Clock to return float values for easier...
2016-05-24 Jean PrivatMerge: Implementing the Nit wrapper over the native...
2016-05-24 itsWillstarted working on the nit wrapper over the native...
2016-05-23 Jean PrivatMerge: A few game related services and tweaks
2016-05-22 Alexis Laferrièrexymus.net: move server config to contrib
2016-05-22 Alexis Laferrièrexymus.net: update xymus.net with the API for the mobile...
2016-05-22 Alexis Laferrièrelib/gamnit: intro EulerCamera::camera_to_world
2016-05-22 Alexis Laferrièrelib/noise: fix missing doubling of the permutation...
2016-05-22 Alexis Laferrièrelib/noise: move ImprovedNoise from the rosetta perlin...
2016-05-22 Alexis Laferrièrecontrib & lib: fix other clients of clock
2016-05-22 Alexis Laferrièretests & lib/realtime: rewrite test as a nitunit
2016-05-21 Alexis Laferrièrelib/serialization: let refinements and subclasses acces...
2016-05-21 Alexis Laferrièrelib/a_star: intro `find_closest`
2016-05-21 Alexis Laferrièrelib/bucketed_game: make `ThinGame::tick` writable for...
2016-05-21 Alexis Laferrièrelib/bucketed_game: intro services to get stats on buckets
2016-05-21 Alexis Laferrièrelib/android: intro motion down_time
2016-05-21 Alexis Laferrièrelib & contrib: update users of Clock
2016-05-21 Alexis Laferrièrelib/realtime: free attributes of Clock at finalize_once
2016-05-21 Alexis Laferrièrelib/realtime: fix clock to return mostly Float values
2016-05-21 Alexis Laferrièrelib/realtime: fix `Timespec::-`
2016-05-21 Alexis Laferrièrelib/realtime: intro `Clock::peek_lapse`
2016-05-20 Alexis Laferrièrelib/geometry: change triangulate API for easier usage
2016-05-20 Alexis Laferrièrelib/gamnit: intro draw_mode
2016-05-20 Alexis Laferrièrelib/gamnit & egl: extract number of color bits as attri...
2016-05-20 Alexis Laferrièrelib/gamnit: fix order on the color bits count
2016-05-20 Alexis Laferrièrelib/gamnit: rename GamnitAssetTexture to TextureAsset
2016-05-20 Alexis Laferrièrelib/gamnit: fix wrap of subtextures on models
2016-05-20 Alexis Laferrièrelib/gamnit: move texture_atlas_parser
2016-05-20 Alexis Laferrièrelib/gamnit: intro GamnitProgram::diagnose
2016-05-20 Alexis Laferrièrelib/gamnit: fix `cube::tex_coords`
2016-05-20 Alexis Laferrièrelib/gamnit: improve doc of subtexture with a vital...
2016-05-20 Alexis Laferrièrelib/gamnit: extract placeholder model
2016-05-20 Alexis Laferrièrelib/gamnit: initialize `current_fps` to `maximum_fps`
2016-05-20 Jean PrivatMerge: Popcorn
2016-05-20 Alexandre Terrasalib/popcorn: create package
2016-05-19 Alexandre Terrasalib/popcorn: introduce Angular.js example
2016-05-19 Alexandre Terrasalib/popcorn: introduce mongodb example
2016-05-19 Alexandre Terrasalib/popcorn: route tests
2016-05-19 Alexandre Terrasalib/popcorn: router tests
2016-05-19 Alexandre Terrasalib/popcorn: introduce middleware examples
2016-05-19 Alexandre Terrasalib/popcorn: introduce session example
2016-05-19 Alexandre Terrasalib/popcorn: introduce handler examples
2016-05-19 Alexandre Terrasalib/popcorn: introduce static_files examples
2016-05-19 Alexandre Terrasalib/popcorn: introduce routing examples
2016-05-19 Alexandre Terrasalib/popcorn: introduce hello example
2016-05-19 Alexandre Terrasalib/popcorn: introduce base test features
2016-05-19 Alexandre Terrasalib/popcorn: introduce App implementation
2016-05-19 Alexandre Terrasalib/popcorn: introduce default middlewares
2016-05-19 Alexandre Terrasalib/nitcorn: make session writable
2016-05-19 Alexandre Terrasalib/popcorn: introduce pop_handlers
2016-05-19 Alexandre Terrasalib/nitcorn: make file server "show_directory" an option
2016-05-19 Alexandre Terrasalib/nitcorn: introduce json media types
2016-05-19 Alexandre Terrasalib/popcorn: introduce pop_routes
2016-05-19 Alexandre Terrasalib/nitcorn: redef to_s service on UriPart subclasses
2016-05-19 Alexandre Terrasalib/templates: fix typo in macro documentation
2016-05-19 Lucas Bajoletlib/core: Perfized `copy_to_native` implementation...
2016-05-19 Lucas Bajoletlib/core: Added easy `fill_from` method to `NativeString`
2016-05-18 Alexis Laferrièrelib/ios: fix ListLayout style
2016-05-18 Alexis Laferrièrelib/ios: fix `pop_window` on iOS
2016-05-18 Alexis Laferrièrelib/android: fix align to always be centered vertically
2016-05-17 Jean PrivatMerge: app.nit: navigate between windows with the back...
2016-05-17 Jean PrivatMerge: app.nit: intro `ToggleEvent`
2016-05-17 Jean PrivatMerge: lib/core: Fix substring issue in `ASCIIFlatString`
2016-05-17 Alexis Laferrièrelib/ios: layouts have different behavior according...
2016-05-17 Alexis Laferrièrelib/android: fix text input losing focus on selection...
2016-05-17 Alexis Laferrièrelib/android: implement back_button support using the...
2016-05-17 Alexis Laferrièrelib/android: add onKey* callbacks to Nit_activity
2016-05-17 Alexis Laferrièrelib/linux: implement back button
2016-05-17 Alexis Laferrièrelib/app: intro back_button abstraction with navigation...
2016-05-17 Jean PrivatMerge: Rubix: Fix package
2016-05-17 Jean PrivatMerge: Android: select the low-level implementations...
2016-05-17 Jean PrivatMerge: Wrap postgresql #1810
2016-05-17 Alexis Laferrièrelib/linux: implement ToggleEvent
2016-05-17 Alexis Laferrièrelib/ios: implement ToggleEvent
2016-05-17 Alexis Laferrièrelib/android: implement ToggleEvent
2016-05-17 Alexis Laferrièrelib/app: ToogleEvent
2016-05-17 Lucas BajoletFix package Rubix
2016-05-17 Alexis Laferrièrelib/android: portrait and landscape import the main...
2016-05-17 Jean PrivatMerge: SQLite: update and simplify wrapper
2016-05-17 Jean PrivatMerge: Admin interface for Benitlux and fixes
2016-05-17 Jean PrivatMerge: JSON: merge 2 services into `serialize_to_json...
2016-05-17 Alexis Laferrièrelib/android: update import and doc of `sensors`
2016-05-16 Alexis Laferrièrelib/sqlite3: update error management to be more simple...
2016-05-16 Alexis Laferrièrelib/sqlite3: use only NativeString in the native layer
2016-05-16 Alexis Laferrièrelib/android: update README with info on the 2 core...
2016-05-16 Alexis Laferrièrelib/android: revamp entrypoint
2016-05-16 Alexis Laferrièrelib/sqlite3: intro `Text::to_sql_date_string`
2016-05-16 Lucas Bajoletlib/core: Fix substring in `ASCIIFlatString`
2016-05-16 itsWillstarted working on a wrapper for postgres
2016-05-16 Alexis Laferrièrelib/nitcorn: fix checking errors after deserialization...
2016-05-14 Philippe Pepos Pet... lib/crypto: Introduce hamming distance on Bytes
2016-05-13 Lucas Bajoletlib: Added catalog ini for `rubix` project
2016-05-13 Lucas Bajoletlib: Added documentation on rubix module
2016-05-13 Alexis Laferrièrelib/json: serialization services use the new string_parser
2016-05-13 Alexis Laferrièrelib/json: add a reference to `serialize_to_json` in...
next