index
:
specing/manaplus
ActorManager_findNearestLivingBeing
CI_test_var
c++17_deprecated_func
camel
ci_checks
ci_clang-tidy
ci_clang3x
ci_clang4_5
ci_clang6
ci_clang7
ci_customnls
ci_deheader
ci_fedora
ci_gcc-snapshot
ci_gcc10
ci_gcc10_tests
ci_gcc3
ci_gcc49
ci_gcc4x
ci_gcc5
ci_gcc6
ci_gcc6_tests
ci_gcc7
ci_gcc7_tests
ci_gcc8
ci_gcc8_tests
ci_gcc9
ci_gcc9_tests
ci_glibcdebug
ci_h
ci_main1
ci_malloc
ci_mse
ci_mxe
ci_site
ci_xmllibs
citest
cpplint-linelength
cuoco-default
cuoco_choosedefault
do-not-unequip-first
dukebuilder
ea_packet_0xcb_wrong_read_size
fix-ci2
fix_windows_ci_opt_exists
general_tab_message_redirect
gl-move_ci-test
glados_migration_retagging
homun_kill_confirm
improved_controller_build2
item_shortcuts_window_sticky_button
jak1/pipeline_improvments
jesusalva/itpopup
jesusalva/mverse
keep_password
mageia2
mageia3
mageiabranch
master
old-stable
packets
pickupignoredfix
refactor_ActorManager_validateBeing
rename_and_cleanup
shopping_list_weight
sprite_warnings
stable
stripped
test-ci
tmw/renameprog
typofix_OnlinePlayer_getStatus
warp_mage_client
Advanced game client for tmwAthena and Evol2 servers.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2 days
No need for C++17 here
warp_mage_client
Fedja Beader
1
-2
/
+1
3 days
Also prefer mobs in plain attack list, that are close to player.
Fedja Beader
1
-6
/
+12
3 days
Special client for Warp Mage
Fedja Beader
1
-0
/
+10
3 days
Remove weird/unnecessary newlining of __VA_ARGS__ in checkutils.h
Fedja Beader
1
-6
/
+3
3 days
Add free weight indication to mini status bar
Fedja Beader
2
-6
/
+16
3 days
Undefine WRONGPACKETSIZE macro. Even more so as it uses local vars
Fedja Beader
2
-4
/
+2
3 days
processTradeResponse: Fix a potential early exit before full packet is read
Fedja Beader
1
-1
/
+2
3 days
processTradeItemAddResponse: fix early exit before full packet is consumed.
Fedja Beader
1
-2
/
+3
3 days
README.md: clarify that clicking on badge takes one to last good build.
Fedja Beader
1
-2
/
+2
10 days
findNearestLivingBeing: do cheap bb check before set lookups or pathfinder
ActorManager_findNearestLivingBeing
Fedja Beader
1
-14
/
+20
10 days
findNearestLivingBeing: move (unknown) cheap check before set lookup
Fedja Beader
1
-6
/
+6
13 days
findNearestLivingBeing: remove redundant branch
Fedja Beader
1
-16
/
+6
13 days
findNearestLivingBeing: closest* are always set to something sensible,
Fedja Beader
1
-14
/
+3
13 days
Cleanup findNearestLivingBeing: search priorityMobsMap at most once per being...
Fedja Beader
1
-19
/
+15
13 days
Cleanup findNearestLivingBeing: rename index -> closestPriority
Fedja Beader
1
-6
/
+6
13 days
Cleanup findNearestLivingBeing: only update closestBeing if it satisfies
Fedja Beader
1
-20
/
+17
13 days
Clean-up ActorManager::findNearestLivingBeing
Fedja Beader
1
-13
/
+16
2025-03-13
Clean-up and optimise ActorManager::findMostDamagedPlayer
Fedja Beader
1
-15
/
+21
2025-03-13
Show quantity for item qty 1 in limited stock shops
Fedja Beader
1
-1
/
+1
2025-03-10
Speedup ActorManager::findNearestByName by testing cheap bounding box distanc...
Fedja Beader
1
-9
/
+8
2025-03-10
Cosmetic cleanup of ActorManager::pickUpNearest
Fedja Beader
2
-13
/
+13
2025-03-10
Slight cleanup in shopitem.cpp
Fedja Beader
1
-6
/
+8
2025-03-05
Rename --without-manaplusgame to --without-gameclient
Fedja Beader
26
-202
/
+202
2025-03-05
Change follow-parent default to true (Fix #80).
Fedja Beader
1
-1
/
+1
2025-03-05
Rename manaplus source directories and headers to manaverse
jak1
20
-49
/
+49
2025-03-05
Remove pointless one-line StatusWindow::addTabBasic() function
Fedja Beader
2
-10
/
+3
2025-03-01
Report missing/unknown attr fields in clientdata stats.xml
Fedja Beader
1
-4
/
+8
2025-02-26
Rename log file manaplus.log -> manaverse.log
jak1
6
-12
/
+12
2025-02-26
StatDB: deduplicate loadBasicStats(...) and loadStats(...)
Fedja Beader
1
-47
/
+15
2025-02-26
Remove stray continue, loop has no code outside of conditional branches.
Fedja Beader
1
-1
/
+1
2025-02-25
Rename AttributesEnum::find to ::contains to match its meaning
Fedja Beader
3
-4
/
+4
2025-02-24
Add POTFILES.in updater check to linter CI job.
Fedja Beader
4
-5
/
+49
2025-02-24
added manaverse' copyright line to src/
jak1
32
-0
/
+32
2025-02-24
updated copyright -2020 for manaplus
jak1
32
-32
/
+32
2025-02-22
Update README.md & README
Fedja Beader
4
-65
/
+66
2025-02-22
Set C++11 as default C++ standard
Fedja Beader
13
-59
/
+60
2025-02-20
Convert navigateTo to take a Position instead of two integers.
Fedja Beader
7
-59
/
+54
2025-02-12
Fix erroneous call in find that resulted in cpplint processing only *.cc files
Fedja Beader
1
-10
/
+14
2025-02-12
Fix remaining cpplint error that was introduced while trying to satisfy line-...
Fedja Beader
1
-5
/
+3
2025-02-10
Upgrade cpplint to latest release
Fedja Beader
2
-3
/
+6
2025-02-10
Properly fail the nsiqcppstyle part of the linters CI job
Fedja Beader
3
-9
/
+19
2025-02-10
Properly fail the failing cpplint.py part of linters CI job
Fedja Beader
2
-9
/
+15
2025-02-10
Fix cpplint.py part of linters CI job
Fedja Beader
1
-2
/
+4
2025-02-03
Fix unable to switch to another character after -D (chooseDefault) is used.
Fedja Beader
1
-0
/
+1
2025-02-03
Typofix: mShowNavigePath -> mShowNavigatePath
Fedja Beader
2
-5
/
+5
2025-02-03
Trim whitespace at end of line
Fedja Beader
1
-1
/
+1
2025-02-03
Expose exe in artifacts and report its size in log
Fedja Beader
2
-0
/
+14
2025-01-29
Trim too much newlining
Fedja Beader
2
-38
/
+10
2025-01-28
Fix typo chec -> check
Fedja Beader
3
-5
/
+5
2025-01-28
Fix typo: opitons -> options
Fedja Beader
4
-14
/
+14
[next]