forked from hampusborgos/rme
-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: synchronizing commits with the official rme repository (#36)
* Show indicators for pickupable and moveable items * Fix: drawing always refreshing ui * Fix crash on invalid friend for wallbrush * Option to remove empty spawns * Draws position indicator, some code cleanup * Teleport copy/paste improvements * Fix flood fill * Add function to get minimap/8bit color * Small code cleanup * Cleanup Position * Code cleanup and small optimizations * Code cleanup * Code cleanup and small optimizations (hampusborgos#406) * Cleanup and cast functions. * Avoid adding a new Unique ID if it already exists * Code cleanup and small optimizations * More changes and cleanup * Changes and cleanup * Some changes * Fix copy position. * Only show uid/aid alert if it really changed * Add actions history panel * Does not draw tooltips on minimap mode * Use constexpr * Replace items fix (hampusborgos#408) * Draw grid small optimization * Small change in selection box and Fix hampusborgos#409 * Fix some xpm * Ingame box improvements, add lights support. * Fix go to previous position (hampusborgos#410) * Fix depot crash (hampusborgos#411) * Fix XPMs * Export minimap as .otmm (otclient format) or .png (hampusborgos#413) * Fix glitch after drawing secondary map * fix * Update about_window.cpp * sonar * fix Minimap and progress bar * fix erro load items.xml * fix * fix doodad brush * fix: slightly more accurate house size estimation * feat: update items.otb and items.xml * fix: bad merge * Revert "feat: update items.otb and items.xml" This reverts commit 40f1edc. --------- Co-authored-by: Nailson <Mignari@users.noreply.github.com> Co-authored-by: wtver <51377408+maattch@users.noreply.github.com> Co-authored-by: Majesty <32709570+majestyotbr@users.noreply.github.com> Co-authored-by: Luan Santos <github@luan.sh>
- Loading branch information
1 parent
6eaec63
commit 6b55201
Showing
163 changed files
with
7,585 additions
and
3,617 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
/* XPM */ | ||
static const char *house_exit_xpm[] = { | ||
/* columns rows colors chars-per-pixel */ | ||
"32 32 3 1 ", | ||
" c black", | ||
". c magenta", | ||
"X c white", | ||
/* pixels */ | ||
"................................", | ||
"................................", | ||
"..... ....", | ||
"..... XXX X X X XXX ....", | ||
"..... X X X X X ....", | ||
"..... XX X X X ....", | ||
"..... X X X X X ....", | ||
"..... XXX X X X X ....", | ||
"..... ....", | ||
"................................", | ||
"................................", | ||
"........... ...........", | ||
"........... XXXXXX ..........", | ||
"........... XXXXX ..........", | ||
"........... XXXX ..........", | ||
"........... XXX ..........", | ||
"........... XX ..........", | ||
"........... XX ..........", | ||
"........... XX ..........", | ||
"........... XX ..........", | ||
"........... XX ..........", | ||
"........... XX ..........", | ||
"........... XX ..........", | ||
"........... XX ..........", | ||
"............ XX ..........", | ||
"............. ...........", | ||
".............. .............", | ||
"............... .............", | ||
"................ .............", | ||
"................. .............", | ||
".................. .............", | ||
"................................" | ||
}; |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
/* XPM */ | ||
static const char *mini_borderize_xpm[] = { | ||
"16 16 2 1", | ||
" c None", | ||
". c #26B48D", | ||
" ", | ||
" .... .... .... ", | ||
" .... .... .... ", | ||
" .... .... ", | ||
" ... ... ", | ||
" ", | ||
" .. .. ", | ||
" .. .. ", | ||
" .. .. ", | ||
" .. .. ", | ||
" ", | ||
" ... ... ", | ||
" .... .... ", | ||
" .... .... .... ", | ||
" .... .... .... ", | ||
" "}; |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,116 @@ | ||
/* XPM */ | ||
static const char *mini_change_xpm[] = { | ||
"16 16 97 2", | ||
" c None", | ||
". c #6CBC60", | ||
"+ c #69B95E", | ||
"@ c #66B55B", | ||
"# c #63B158", | ||
"$ c #6EBF62", | ||
"% c #87C87C", | ||
"& c #A1D396", | ||
"* c #AAD8A0", | ||
"= c #A7D69E", | ||
"- c #99CE90", | ||
"; c #78BA70", | ||
"> c #58A34F", | ||
", c #6DBF62", | ||
"' c #8CCA82", | ||
") c #ABD8A1", | ||
"! c #A2D499", | ||
"~ c #A6D59C", | ||
"{ c #A4D49B", | ||
"] c #9BD092", | ||
"^ c #9ED196", | ||
"/ c #79B871", | ||
"( c #509947", | ||
"_ c #85C77B", | ||
": c #A9D7A0", | ||
"< c #A0D197", | ||
"[ c #81C077", | ||
"} c #7EBC75", | ||
"| c #97CC8E", | ||
"1 c #9BCF93", | ||
"2 c #98CE90", | ||
"3 c #69AB61", | ||
"4 c #6ABA5F", | ||
"5 c #9DD194", | ||
"6 c #A6D59D", | ||
"7 c #5DAA53", | ||
"8 c #59A650", | ||
"9 c #56A14D", | ||
"0 c #529C4A", | ||
"a c #90C989", | ||
"b c #8CC885", | ||
"c c #84C07D", | ||
"d c #43893C", | ||
"e c #66B65C", | ||
"f c #63B259", | ||
"g c #60AE56", | ||
"h c #5CA953", | ||
"i c #4E9746", | ||
"j c #6FAF67", | ||
"k c #8FC988", | ||
"l c #3E8438", | ||
"m c #55A04C", | ||
"n c #499142", | ||
"o c #6AAB63", | ||
"p c #8AC783", | ||
"q c #88C582", | ||
"r c #3A7E34", | ||
"s c #549F4B", | ||
"t c #509A48", | ||
"u c #499141", | ||
"v c #458C3E", | ||
"w c #84C17C", | ||
"x c #7EC177", | ||
"y c #77B771", | ||
"z c #367930", | ||
"A c #539E4B", | ||
"B c #6CAE63", | ||
"C c #68AA60", | ||
"D c #489040", | ||
"E c #61A35A", | ||
"F c #87C581", | ||
"G c #85C47E", | ||
"H c #82C27C", | ||
"I c #54964E", | ||
"J c #539D4A", | ||
"K c #6AAD63", | ||
"L c #8FC987", | ||
"M c #8BC785", | ||
"N c #89C682", | ||
"O c #87C47F", | ||
"P c #7CBF75", | ||
"Q c #82C27B", | ||
"R c #5B9D55", | ||
"S c #31732C", | ||
"T c #4E9846", | ||
"U c #66A95F", | ||
"V c #8BC683", | ||
"W c #85C37E", | ||
"X c #74B56D", | ||
"Y c #52954D", | ||
"Z c #468D3F", | ||
"` c #5EA157", | ||
" . c #5A9E55", | ||
".. c #3B7F35", | ||
"+. c #377B31", | ||
"@. c #33762E", | ||
"#. c #3E8337", | ||
" ", | ||
" ", | ||
" . + @ # ", | ||
" $ % & * = - ; > ", | ||
" , ' ) ! ~ { ] ^ / ( ", | ||
" _ : = < [ } | 1 2 3 ", | ||
" 4 5 6 1 7 8 9 0 a b c d ", | ||
" e f g h i j k b l ", | ||
" m n o p q r ", | ||
" s t u v w x y z ", | ||
" A B C D E F G H I ", | ||
" J K L M N O P Q R S ", | ||
" T U V F W H X Y S ", | ||
" Z ` ...+.@. ", | ||
" #.r ", | ||
" z "}; |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,126 @@ | ||
/* XPM */ | ||
static const char *mini_copy_xpm[] = { | ||
"16 16 107 2", | ||
" c None", | ||
". c #0F6DFF", | ||
"+ c #227DFF", | ||
"@ c #2480FF", | ||
"# c #2280FF", | ||
"$ c #2380FF", | ||
"% c #237EFF", | ||
"& c #1B7AFF", | ||
"* c #0770FF", | ||
"= c #0056EE", | ||
"- c #1F7CFF", | ||
"; c #FFFFFF", | ||
"> c #E7F3FF", | ||
", c #E8F3FF", | ||
"' c #E5F2FF", | ||
") c #DEEFFF", | ||
"! c #E2F3FF", | ||
"~ c #73BCFF", | ||
"{ c #257AFF", | ||
"] c #0058F1", | ||
"^ c #ECF5FF", | ||
"/ c #C2DEFF", | ||
"( c #C3E0FF", | ||
"_ c #BCDCFF", | ||
": c #AAD3FF", | ||
"< c #F2F9FF", | ||
"[ c #BFE2FF", | ||
"} c #80C1FF", | ||
"| c #0C74FF", | ||
"1 c #217DFF", | ||
"2 c #EFF6FF", | ||
"3 c #CAE2FF", | ||
"4 c #CAE3FF", | ||
"5 c #C3DEFF", | ||
"6 c #B4D9FF", | ||
"7 c #D3E9FF", | ||
"8 c #E6F3FF", | ||
"9 c #EFF9FF", | ||
"0 c #3391FF", | ||
"a c #F0F7FF", | ||
"b c #CFE5FF", | ||
"c c #CEE4FF", | ||
"d c #C8E2FF", | ||
"e c #BEDCFF", | ||
"f c #88C3FF", | ||
"g c #7DC0FF", | ||
"h c #77BBFF", | ||
"i c #3EA1FF", | ||
"j c #3E9DFF", | ||
"k c #2C96FF", | ||
"l c #207DFF", | ||
"m c #F2F7FF", | ||
"n c #D4E7FF", | ||
"o c #C5E0FF", | ||
"p c #7CBEFF", | ||
"q c #FEFFFF", | ||
"r c #D5E7FF", | ||
"s c #D2E6FF", | ||
"t c #CDE4FF", | ||
"u c #78BAFF", | ||
"v c #1D7BFF", | ||
"w c #F1F7FF", | ||
"x c #D9E9FF", | ||
"y c #DBEAFF", | ||
"z c #D7E7FF", | ||
"A c #1E79FF", | ||
"B c #1F78FF", | ||
"C c #EAF5FF", | ||
"D c #B2D6FF", | ||
"E c #A3D1FF", | ||
"F c #DFEFFF", | ||
"G c #257DFF", | ||
"H c #2376FF", | ||
"I c #D9FFF7", | ||
"J c #76BBFF", | ||
"K c #BEDEFF", | ||
"L c #247EFF", | ||
"M c #176EFF", | ||
"N c #E9F3FF", | ||
"O c #E3F1FF", | ||
"P c #E2F0FF", | ||
"Q c #E5F0FF", | ||
"R c #E6F2FF", | ||
"S c #76B9FF", | ||
"T c #C7E3FF", | ||
"U c #BDDBFF", | ||
"V c #237CFF", | ||
"W c #126BFF", | ||
"X c #146AFF", | ||
"Y c #0E66FF", | ||
"Z c #0D66FF", | ||
"` c #D2E5FF", | ||
" . c #CBE2FF", | ||
".. c #217BFF", | ||
"+. c #EBF7FF", | ||
"@. c #2277FF", | ||
"#. c #DBFFF4", | ||
"$. c #2572FF", | ||
"%. c #116BFF", | ||
"&. c #E7F1FF", | ||
"*. c #ECF4FF", | ||
"=. c #1F72FF", | ||
"-. c #0864FF", | ||
";. c #0C66FF", | ||
">. c #0F65FF", | ||
",. c #0A65FF", | ||
"'. c #1E71FF", | ||
". + @ # $ % & * = ", | ||
"- ; > , ' ) ! ~ { ] ", | ||
"+ ^ / ( _ : < [ } | ", | ||
"1 2 3 4 5 6 7 8 9 0 ", | ||
"1 a b c d e f g h h i j k * = ", | ||
"l m n n b o p q > , ' ) ! ~ { ] ", | ||
"- a r n s t u ^ / ( _ : < [ } | ", | ||
"v w x y x z h 2 3 4 5 6 7 8 9 A ", | ||
"B C x y x z h a b c d e D E F G ", | ||
"H I x y x z J m n n b o K 6 ' L ", | ||
"M N O P Q R S a r n s t T U > V ", | ||
"W X Y Z Y Z v w x y x z ` .w ..", | ||
" B C x y x z ` .+.@.", | ||
" H I x y x z ` .#.$.", | ||
" %.N O P Q R R &.*.=.", | ||
" -.;.Y Z Y Z Z >.,.'."}; |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.