Commit Graph

7168 Commits (08908452d5d13512e1013cd003694714c0c2eea7)

Author SHA1 Message Date
kaetemi dbf09dbeef Add a comma for multiple nodes 6 years ago
kaetemi 59cf1cf562 Fix again for Max 2020 6 years ago
kaetemi 449f0061f8 Fix build for Max 2010 plugins on VS2008 6 years ago
kaetemi bd21bfeeb3 Typo 6 years ago
kaetemi 5ddf4ee4d8 Don't pass conversions to output pointers 6 years ago
kaetemi 2156ebaef5 Build fixes for VS2008 6 years ago
kaetemi c28d611a17 VS2008 can't compile dr_mp3.h 6 years ago
kaetemi 705ad16d93 VS2008 can't compile dr_mp3.h 6 years ago
kaetemi 0174001273 Correct 3ds Max SDK paths on 64bit host 6 years ago
kaetemi d5a06c1a62 Add recent 3ds Max SDK paths 6 years ago
kaetemi 7e29fcc33d Script to dump animation timings 6 years ago
kaetemi e10834fd58 Add option to rewrite file only on changes 6 years ago
kaetemi 440d0a5f31 Update build settings 6 years ago
kaetemi c73f0d9449 Add max file library 6 years ago
kaetemi a0902365ae Add unbuild_interface 6 years ago
kervala 6f545aedd5 Changed: Use PCH in World Editor Primitive Plugin
--HG--
branch : develop
6 years ago
kervala 0ef3f3f5a7 Changed: Creation time
--HG--
branch : develop
6 years ago
kervala 4a87a3f30b Fixed: Wrong operator (should be = instead of ==)
--HG--
branch : develop
6 years ago
kervala 0d0a3ca97f Changed: Updated LZMA SDK to version 19.00
--HG--
branch : develop
6 years ago
kervala 37dacba951 Changed: Remove useless code
--HG--
branch : develop
6 years ago
kervala 869a5f2b53 Changed: Use new LZMA SDK
--HG--
branch : develop
6 years ago
kervala 931b62d2e4 Changed: Updated LZMA SDK to version 18.05
--HG--
branch : develop
6 years ago
kervala 7271eb4f03 Changed: Don't include Freetype headers in .h
--HG--
branch : develop
6 years ago
kervala d769a22686 Fixed: Don't use current servers count if default one is hihger
--HG--
branch : develop
6 years ago
kervala 89fc46c778 Fixed: Missing macro for Nmake
--HG--
branch : develop
6 years ago
Nimetu 9254e794e1 Fixed: use-after-free on deleted mouse pointer
--HG--
branch : develop
6 years ago
Nimetu 1fde33cf8f Added: Allow to set webig window title from lua
--HG--
branch : develop
6 years ago
Nimetu 86db1f29ac Changed: add text/lua content type for CGroupHTML and Webig notif thread
--HG--
branch : develop
6 years ago
kervala f997e73961 Fixed: Pass more system variables to PCH compilation
--HG--
branch : develop
6 years ago
Nimetu ae019d8cad Fixed: Memory leak in html parser
--HG--
branch : develop
6 years ago
Nimetu ac4fd3f8b2 Fixed: Changing font name for already rendered text leading to crash.
--HG--
branch : develop
6 years ago
Nimetu 35f5c1b77f Fixed: Mount stays invisible when unmounting while in first person view.
--HG--
branch : develop
6 years ago
Nimetu fb54672815 Changed: Implement HTML renderer with CSS styling
--HG--
branch : develop
6 years ago
Nimetu 9587e9bcef Added: transparent, currentcolor values for background-color
--HG--
branch : develop
6 years ago
Nimetu aede4dbab7 Added: relative/absolute font size values for css
--HG--
branch : develop
6 years ago
Nimetu c107bdc56f Changed: Split css style from CGroupHTML
--HG--
branch : develop
6 years ago
Nimetu 7f41881be7 Changed: Split http parsing from CGroupHTML
--HG--
branch : develop
6 years ago
Nimetu 82f084982a Fixed: Reusing CIFile to load from bnp and from regular files.
--HG--
branch : develop
6 years ago
Nimetu f065b7f747 Fixed: Opening local file with @ char in filename
--HG--
branch : develop
6 years ago
Nimetu d67a9ccdb5 Backed out changeset: ce73fd40aa54
--HG--
branch : develop
6 years ago
Nimetu f23fa7b0fe Added: const char* version of toLower()
--HG--
branch : develop
6 years ago
Nimetu 4e7d337297 Changed: Only capture mouse for freeview or when button is held and mouse is moving
--HG--
branch : develop
6 years ago
Nimetu eee4684b0c Fixed: Invalid window mode switch in some cases.
--HG--
branch : develop
6 years ago
Nimetu 24767a86df Fixed: CSS inherit rules
--HG--
branch : develop
6 years ago
Nimetu dafd8cf7f7 Changed: Add font inherit style rule
--HG--
branch : develop
6 years ago
Nimetu 64e54f24c1 Changed: Form element styling
--HG--
branch : develop
6 years ago
Nimetu 69f73ba28b Changed: Add hmin attribute to text button
--HG--
branch : develop
6 years ago
Nimetu b6d3ff8323 Changed: Parse css pt/em/rem size values
--HG--
branch : develop
6 years ago
Nimetu d62c139ee0 Changed: Parse html style attribute
--HG--
branch : develop
6 years ago
kervala 78c39850ae Fixed: Check profile details in backup profiles if deleted
--HG--
branch : develop
6 years ago
kervala 21f15a47bc Fixed: If no profile found, don't process the default one
--HG--
branch : develop
6 years ago
Nimetu ab7ad10796 Fixed: Save landmarks immediately on change
--HG--
branch : develop
6 years ago
Nimetu 2f0a831d52 Fixed: Invalid comparison of signed value
--HG--
branch : develop
6 years ago
Nimetu ac68a37f1b Changed: Move user landmarks from icfg to own xml file
--HG--
branch : develop
6 years ago
Nimetu 4cbed9f957 Fixed: Looping sound or crash during teleport with OpenAL driver
--HG--
branch : develop
6 years ago
Nimetu 70e40339a1 Fixed: Possible use after free and null pointer issues
--HG--
branch : develop
6 years ago
Nimetu 1635330a14 Fixed: Possible crash when queued buffers are already empty
--HG--
branch : develop
6 years ago
Nimetu 1e6027c970 Added: mp3 decoder based dr_mp3 single file library
--HG--
branch : develop
6 years ago
Nimetu 4a31913c60 Changed: Target command to support keyword search.
--HG--
branch : develop
6 years ago
Nimetu 3a5bb966a8 Fixed: ffmpeg deocde getLength function was placeholder
--HG--
branch : develop
6 years ago
Nimetu 838dd14d15 Changed: Use popup menu for chat-copy function
--HG--
branch : develop
6 years ago
Nimetu 0e4048661c Fixed: Copy to clipboard mangles utf8 chars
--HG--
branch : develop
6 years ago
Nimetu 5e68a4e293 Fixed: Loss of precision when calculating text line width
--HG--
branch : develop
6 years ago
Nimetu 07d9107b6b Fixed: build interface border duplication
--HG--
branch : develop
6 years ago
Nimetu 5a1a167de9 Added: Scroll bar for main chat tabs
--HG--
branch : develop
6 years ago
Nimetu 1f1bd9fb8f Changed: Allow to override scroll bar texture width/height
--HG--
branch : develop
6 years ago
Nimetu d97f5b1a8b Changed: Enable UI bilinear filtering by default. Requires new atlases to be generated
--HG--
branch : develop
6 years ago
Nimetu a888ce0080 Changed: Make border duplication as default for build interface
--HG--
branch : develop
6 years ago
Nimetu 4e515eedf0 Added: game:onLoadMap lua event to allow override map texture as needed
--HG--
branch : develop
6 years ago
Nimetu 8c51bbc808 Fixed: typo
--HG--
branch : develop
6 years ago
Nimetu f4ade875a3 Added: CViewText centered text mode option.
--HG--
branch : develop
6 years ago
Nimetu ec9a0e6d38 Fixed: Crash in lua getWeatherValue() when continent was not loaded
--HG--
branch : develop
6 years ago
Inky 6c1d44bc51 Added: sendMsgToServerUseItem lua bind
--HG--
branch : develop
6 years ago
Nimetu a7b931353c Changed: Fixes for client local/debug mode
--HG--
branch : develop
6 years ago
Nimetu 8b69d673be Changed: Allow to set font size without adding global font size coef
--HG--
branch : develop
6 years ago
Nimetu dda8a36ee2 Changed: Allow to set custom sizing chars for text
--HG--
branch : develop
6 years ago
Inky bc35724622 Added: Inventory filter for animals
--HG--
branch : develop
6 years ago
inky ed31302163 Changed: Random command has now private roll.
--HG--
branch : develop
6 years ago
inky ef1a51d0e4 Fixed: Free animal in player trade.
Player could free an animal already selected in trade.
When abort, client was given a copy of the (ghost)item in bag.

--HG--
branch : develop
6 years ago
Nimetu 09cb6f56dd Changed: Move ui scale limits to client cfg
--HG--
branch : develop
6 years ago
Nimetu ef1977330b Fixed: Glyph size step not taken into account.
--HG--
branch : develop
6 years ago
Nimetu c7d65c7063 Changed: Improve inventory search UI
--HG--
branch : develop
6 years ago
Nimetu 0099eb3ba4 Changed: Do not restrict html font-family to inherit/monospace only.
--HG--
branch : develop
6 years ago
Nimetu d8638fa42b Changed: For ingame help html files, use english files as fallback.
--HG--
branch : develop
6 years ago
Nimetu 06c0f6800c Added: CGroupHTML::clearRefresh() lua function
--HG--
branch : develop
6 years ago
Nimetu 2607db5b51 Added: CGroupHTML::clearUndoRedo() lua function
--HG--
branch : develop
6 years ago
Nimetu fa16ca8dd9 Changed: Merge music player play/pause button into one, add stop button
--HG--
branch : develop
6 years ago
Nimetu 798494ffbf Changed: Repeat/shuffle buttons to music player
--HG--
branch : develop
6 years ago
Nimetu 32109c7197 Changed: Wrong isEnded state for streaming file when still in waiting state.
--HG--
branch : develop
6 years ago
Nimetu e1be4260d5 Fixed: Audio mixer isEventMusicEnded status was always true.
--HG--
branch : develop
6 years ago
Nimetu 2bbdbd82d5 Changed: Set image and form input element ids so then can be accessed with lua
--HG--
branch : develop
6 years ago
Nimetu a34d4342d7 Merge with experimental-ui-scaling
--HG--
branch : develop
6 years ago
Nimetu fcac398696 Fixed: More fixes for LineMaxW with scaling
--HG--
branch : experimental-ui-scaling
6 years ago
Nimetu 8a18a5dade Merge with experimental-ui-scaling
--HG--
branch : develop
6 years ago
Nimetu 8e53cd87e5 Fixed: Zero width/height letters (ie space) should not be included in atlas
--HG--
branch : develop
6 years ago
Nimetu 2877ece3c6 Changed: Add right click copy-to-clipboard action to chat
--HG--
branch : develop
6 years ago
Nimetu 06ab5b5f16 Fixed: Invalid LineMaxW with scaling
--HG--
branch : experimental-ui-scaling
6 years ago
Nimetu 7ccd9da497 Merge with develop
--HG--
branch : experimental-ui-scaling
6 years ago
Nimetu e5b7064a4d Changed: New font texture implementation
--HG--
branch : develop
6 years ago
Nimetu ab6467f64c Fixed: Html P element not using style attribute
--HG--
branch : develop
6 years ago
Nimetu 5b4b7893f8 Fixed: openURL crash under linux
--HG--
branch : develop
6 years ago
Nimetu 6a6ce67a58 Fixed: Displaying song playtime
--HG--
branch : develop
6 years ago
Nimetu 6c8e42361a Fixed: Playing music files with @ in the filename.
--HG--
branch : develop
6 years ago
Nimetu edf1d12f65 Fixed: Opening local file with @ char in filename.
--HG--
branch : develop
6 years ago
Nimetu 19e1b47ddb Fixed: Compiling under windows
--HG--
branch : develop
6 years ago
Nimetu cea7a4c0cb Backed out changeset: 68e5d9033466
--HG--
branch : develop
6 years ago
Nimetu 9b9bd0eb8c Fixed: Compiling withoud ffmpeg
--HG--
branch : develop
6 years ago
Nimetu e994c12983 Added: FFmpeg based audio decoder
--HG--
branch : develop
6 years ago
Nimetu c93d8ffd50 Changed: Improve music player UI, add repeat, shuffle options
--HG--
branch : develop
6 years ago
Nimetu c74a56f3b9 Fixed: Streaming source did not report finished state correctly
--HG--
branch : develop
6 years ago
Nimetu 12ec528b5a Fixed: Mouse events on partially hidden elemnts
--HG--
branch : develop
6 years ago
Nimetu 9aa52bc267 Fixed: Scale button height as needed based on text height
--HG--
branch : develop
6 years ago
Nimetu f4ef386ec9 Changed: Limit fullscreen resolutions to 1024x768 or higher
--HG--
branch : develop
6 years ago
Nimetu 94861ac709 Changed: Make sure char select window resolution is at least 1024x768
--HG--
branch : develop
6 years ago
Nimetu ace1684f5c Fixed: Ingame UI restored wrongly if window resized in char select mode
--HG--
branch : develop
6 years ago
Nimetu 31ad00a241 Merge with develop
--HG--
branch : experimental-ui-scaling
6 years ago
Nimetu c2ffa714d2 Fixed: Wrong width for container list element
--HG--
branch : develop
6 years ago
Nimetu 4f7c082a4a Fixed: Wrong text width
--HG--
branch : develop
6 years ago
Nimetu 3157984c21 Merge with develop
--HG--
branch : experimental-ui-scaling
6 years ago
Nimetu f5c8335fa9 Fixed: Wrong table width if colspan is used
--HG--
branch : develop
6 years ago
Nimetu ea95d8e091 Fixed: HTML list element invalidates content on each frame
--HG--
branch : develop
6 years ago
Jan Boon 37c567c88c
File ai_instance.cpp uses inline processStateEvent from state_instance.h which uses inline testCompatibility from event_reaction_include.h
https://gist.github.com/sjvs/8795aae6671734ff991033b510e62de5
6 years ago
Jan Boon 0f44a7da27
Fix pointer accessed after delete 6 years ago
Nimetu dd03e1f0b1 Fixed: Remove onenter callback from html textarea
--HG--
branch : develop
6 years ago
kervala 729ba2ebbd Fixed: Typo
--HG--
branch : develop
6 years ago
kervala 6097ada1fa Changed: Removed other throws
--HG--
branch : develop
6 years ago
kervala 06a4244df3 Changed: Include NeL in RyzomGameShare CMake module
--HG--
branch : develop
6 years ago
kervala 964e32cd93 Changed: Use Threads CMake module and CMAKE_DL_LIBS
--HG--
branch : develop
6 years ago
kervala 6da051e1a8 Changed: New macro FIX_PACKAGE_OPTIONS
--HG--
branch : develop
6 years ago
kervala 1380a94f5d Changed: Use LIST(APPEND instead of SET
--HG--
branch : develop
6 years ago
kervala 58efd082c1 Changed: Don't include curl.h in headers to avoid dependencies on CURL for more files that required
--HG--
branch : develop
6 years ago
kervala 40dc2188f2 Fixed: Check CURL backend on old CURL versions (tested with 7.22)
--HG--
branch : develop
6 years ago
Nimetu adc89b3a82 Fixed: style inheritance for underline, strikethrough
--HG--
branch : develop
6 years ago
kervala b86bf43090 Fixed: Simplify certificates management
--HG--
branch : develop
6 years ago
kervala ad98b1414a Changed: Minor changes
--HG--
branch : develop
6 years ago
kervala ad99c2afb7 Fixed: Warning (missing return)
--HG--
branch : develop
6 years ago
kervala c7ded068d9 Fixed: Compilation (reverted back some changes)
--HG--
branch : develop
6 years ago
Nimetu 15355e3815 Changed: shadow attributes for CViewText and editbox templates
--HG--
branch : develop
6 years ago
Nimetu 33f6b64bb9 Changed: Add text-shadow and text-stroke style properties
--HG--
branch : develop
6 years ago
Nimetu 1525b03a83 Changed: Extend style attribute to other tags
--HG--
branch : develop
6 years ago
Nimetu d32877ddc9 Changed: Keep track of style states in a single struct
--HG--
branch : develop
6 years ago
kervala 91fa4d3f5f Fixed: Warnings, throw(type) deprecated in C++11 and removed in C++17
--HG--
branch : develop
6 years ago
kervala c13b758be9 Fixed: Warnings, throw(type) deprecated in C++11 and removed in C++17
--HG--
branch : develop
6 years ago
kervala 184d3698c9 Fixed: Warnings, throw(type) deprecated in C++11 and removed in C++17
--HG--
branch : develop
6 years ago
kervala dcaf417aee Changed: Minor changes
--HG--
branch : develop
6 years ago
kervala cc6ed038b9 Fixed: Don't use memory aligned functions while debugging with VC++
--HG--
branch : develop
6 years ago
kervala 78670dfdda Fixed: Compilation with VC++ 2010
--HG--
branch : develop
6 years ago
kervala f39c6ed3c6 Fixed: Warnings
--HG--
branch : develop
6 years ago
kervala facc5f6d28 Fixed: Warnings, throw(type) deprecated in C++11 and removed in C++17
--HG--
branch : develop
6 years ago
kervala 443cc7df65 Fixed: Don't throw an exception when a certifcate can't be found
--HG--
branch : develop
6 years ago