Next | Query returned 29 messages, browsing 11 to 20 | Previous

History of commit frequency

CVS Commit History:


   2022-08-11 07:09:36 by David H. Gutteridge | Files touched by this commit (999)
Log message:
Bump all dependent packages of wayland (belatedly)

The package changed with the addition of its libepoll-shim dependency.
Otherwise, we can get:
ERROR: libepoll-shim>=0.0.20210418 is not installed; can't buildlink files.
   2022-03-28 12:44:25 by Tobias Nygren | Files touched by this commit (163)
Log message:
g*/*: revbump(1) for libsndfile
   2021-12-08 17:07:18 by Adam Ciarcinski | Files touched by this commit (3063)
Log message:
revbump for icu and libffi
   2021-10-26 12:44:37 by Nia Alarie | Files touched by this commit (466)
Log message:
games: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes
   2021-10-07 16:08:04 by Nia Alarie | Files touched by this commit (466)
Log message:
games: Remove SHA1 hashes for distfiles
   2021-09-29 21:01:31 by Adam Ciarcinski | Files touched by this commit (872)
Log message:
revbump for boost-libs
   2021-09-08 23:05:16 by Nia Alarie | Files touched by this commit (213)
Log message:
Recursive revbump for audio/jack
   2021-04-30 01:30:16 by Dr. Thomas Orgis | Files touched by this commit (36)
Log message:
math/fftw and dependents: merge math/fftwf backin and add MPI and OpenMP

This yields one common package to provide libfftw3 (double) and libfftw3f
(single) by default and optionally the Fortran bindings as well as
OpenMP and MPI variants, and those with long double or quad precision.

This changes all packages depending on fftwf in the same commit to minimize
the time of inconsistency. Soon, math/fftwf will disappear.
   2021-04-21 15:25:34 by Adam Ciarcinski | Files touched by this commit (864)
Log message:
revbump for boost-libs
   2020-12-03 15:37:20 by Nia Alarie | Files touched by this commit (4) | Package updated
Log message:
powder-toy: Update to 95.0

Cracker1000 (1):
      Add .life serialization support to lsns (#652)

Ian Bastos (2):
      check SDL2 framework on OSX
      Implement file drop handler (#666)

Nick Renieris (2):
      graphics/gldrawmethods: Fix compilation
      gui/game/brush: Add smooth/organic elliptical brush

Nikolas Ostrowski (1):
      include libcurl package in prerequisites

Nuno Miguel (1):
      Fix namespace error

Piotr Szegda (1):
      Update appdata.xml (#680)

QuanTech0 (1):
      Division by Zero fix (#689)

Sebastián Mestre (1):
      Use CoordStack for INST Flooding (#676)

Secundario (1):
      Do a single CoordStack allocation per thread

Tamás Bálint Misius (97):
      Replace http_* calls with Download calls in non-RequestBroker stuff
      Turn RequestBroker::RetrieveAvatar into a request derived from Download
      Turn RequestBroker::RetrieveThumbnail into a request derived from Download
      Use the new thumbnail renderer task everywhere
      Add RequestMonitor
      Turn RequestBroker::Get/SaveUserInfoAsync into a request derived from Download
      Rename Download* to Request* and move HTTP stuff inside src/client/http
      Fix filename field in multipart content-disposition headers
      More renaming, remove a few useless .c_str()s and fix a URL that had \ 
previously contained Download and thus fell victim to my mindless text \ 
replacement tricks
      Turn ThumbnailRendererTask into an AbandonableTask
      Fix dumb things that aren't necessarily lethal but are eyesores
      Add curl, rework Request and RequestManager a bit
      Remove spinning from AbandonableTask::Finish
      Change scheme to https everywhere
      Add STATICSCHEME macro to be used with requests to STATICSERVER
      Fix a bunch of threading-related issues
      Fix thumbnails sometimes not being resized in the save browser
      Follow redirects and fix save loading by ptsave parameter
      Fix AbandonableTask being utterly broken
      Only use curl mime feature if it actually exists
      Another curl version-dependent feature thing
      Fix save buttons and probably other things not being cleaned up in \ 
FileBrowserActivity (fixed #635)
      Tweak replace mode and specific delete mode (fixes #631)
      Fix pavg loading behaviour of QRTZ/GLAS/TUNG (fixes #607)
      Add more sign macros (fixes #578)
      Fix {ctype} sign macro displaying Empty for non-element ctypes
      Fix msvc compile error again
      Add more SSL client error strings
      Add option to redirect cout/cerr to files
      Print libcurl error buffer to stderr on client error
      Fix a few exceptions returning pointers to temporaries in what()
      Fix Lua reference leaks (fixes #638)
      Fix Element::Identifier assignment leak (closes #205)
      Clean up sign-related code a bit
      Use C++11 threads
      Get GetUserName out of the way on Windows
      Move notification out of block locking associated mutex in Gravity.cpp
      Flatten include trees
      Nuke using namespace std;
      Add really basic VS project generator
      Add new element script
      Leave only the 'wants pressure' check in Simulation::Load for QRTZ/GLAS/TUNG
      Fix transition properties not being validated
      Fix part_change_type not being called by sim.partProperty
      Add more transition type checks and fix tpt.eltransition
      Expose transition constants to Lua (fixes #654)
      Make elem.free rebuild menus (fixes #649)
      Update README and intro text
      Add missing standard include (fixes #644)
      Invoke vsproject.py automatically and make newelement.py a bit more friendly
      Ignore more VS crap
      Get widths in order, various other things
      Make Simulation.IncludePressure pref node accessible from OptionsView
      Reinstate inversion of inclusion of pressure when shift is held
      Use tool desc. and relevant menu desc. in tool search (fixes #289)
      Fix text wrapping (fixes #166)
      Allow wrapping after certain punctuation characters
      Fix highlighting in ConsoleView
      Purge the last traces of PositionAtCharIndex and CharIndexAtPosition
      Fix selection background of formatted labels
      Use current rendering modes when placing a save (fixes #446)
      Make Renderer::ResetModes actually reset modes
      Revise ctype-drawing (fixes #657)
      Replace a few occurrences of hard-coded font height with FONT_H
      Prioritise ctypeDraw functions over sparking
      Okay, it wasn't functionally equivalent (see 79f9a2d6)
      Prevent protocol downgrade attacks
      Prevent newlines from being needlessly appended (fixes #667)
      Only allow strong ciphers to be used
      Fix VS warning complaining about std::fill(float *, float *, int)
      Remove unused variables from Simulation::FloodINST
      Don't destroy the new command being entered in ConsoleView
      Nicer implementation of sim.parts
      Add option to make deco tools use sRGB colour space
      Add Lua API for deco tool colour space, see 51e5f2b
      Add gamma = 2.2 and 1.8 modes, see 51e5f2b
      Make sRGB the default colour space for deco tools, see 51e5f2b
      Add link to up-to-date build instructions to README.md
      Keep GameModel brush radius consistent
      Incorporate Gravity property into calculation of acceleration due to \ 
newtonian gravity
      Revert previous change, add NewtonianGravity element property instead
      Fix unsigned integer properties being returned as signed integers from Lua \ 
functions
      Blacklist SPRK in PCLN's and PBCN's ctypeDraw function
      Get rid of tiny callback classes, round No.1
      If you don't assign the callback, it won't be called
      Ditch element and tool classes
      Add HTTP API for Lua
      Much good #defining ENFORCE_HTTPS does if we don't include Config.h
      Make NOHTTP transparent to the Lua API
      Fix random warnings from clang 8.0.0
      Only make the request a POST if POST parameters are present
      Fix PMAPBITS compile-time sanity check
      Don't treat warnings as errors in MSVC (fixes #686)
      Failure to remove a tag shouldn't be fatal
      Fix crash when overwriting existing local saves
      Restrict saved version to 95.0 if signs with macros are present
      Catch exception by reference rather than value

iczero (1):
      Fix race condition in Gravity.cpp

jacob1 (73):
      allow using element names as argument 2 to tpt.set_property again
      prevent weirdness when ctrl/shift/alt key event is canceled
      change a bunch of virtual to override (should fix annoying mac compile \ 
warnings)
      USE_SDL is no longer used
      Fix stamp and local save thumbnails being stretched
      Tick Client 10 times a second, makes thumbnails appear way faster
      Increase local browser ui size
      zoom api changes: throw errors instead of returning bools, zoomEnabled \ 
takes book as arg, some small refactoring
      Fix compile error in some older versions of clang
      use override in all possible places
      Fix updater
      Make element names a String (unicode support)
      Fix msvc compile
      Add CURL_STATICLIB when compiling on windows, add possibly needed msvc \ 
libraries
      run curl-config on linux; remove hacks for detecting old mac compiler
      Add MotD when using a broken alternate update server
      Allow loading window positions on 2nd monitor
      Fix sim.deleteStamp not updating stamps.def
      Fix pressure / ambient heat being saved as 0 instead of not at all when \ 
shift is held
      Fix msvc compile error
      better capitalization
      Fix POLO eating PROT ID#0 no matter where it is
      Fix crash when searching in element search ui
      Add sim.CELL constant + some other change I made a while ago for some reason
      Add disable-network command line argument
      misc whitespace changes
      Fix 'l' crash
      Fix stamps not saving properly to stamps.def. Make "Rescan \ 
Stamps" sort stamps by time created
      Fix tpt.eltransition.<elem>.presHighType
      Update gravity mask even while paused
      arbitrary gravity code cleanup
      Fix CELL size check when loading OPS saves
      don't automatically run vsproject.py when running generator.py, update \ 
msvc version
      Fix cipher list on Windows. Lock cipher changes behind a define, not going \ 
to define it for now
      vsproject.py updates
      LSNS: formatting changes, change if statements to switch
      Fix frame # not showing properly in HUD when recording
      Rewrite flood_water to use CoordStack and fix stack overflow, fixes #646
      Make water equalization fill in areas slightly more naturally
      Fix missing period in update notification, --no-fft compile fix
      Add somewhat ugly --nohttp option
      fix --nofft renderer check
      Fix --nohttp
      Fix static compilation
      Fix deleting stamps not working
      Fix off-by-one issue in sim.parts, fixes #678
      Fix clang 8 compile warnings
      Fix crash if any built-in scripts try to use the interface api
      Fix STK2 rocket boots not saving in saves
      Fix crash if error happens in ctypeDraw lua function
      Fix crashes if returning invalid arguments from graphics or ctypeDraw lua \ 
functions
      also allow nil here
      Add DefaultProperties, replaces some of the case statements in create_part
      Add Create function, handles setting default properties for elements that \ 
need randomness or special code
      Add CreateAllowed and ChangeType events
      Add Lua apis to interact with DefaultProperties, Create, CreateAllowed, \ 
and ChangeType
      Fix MSVC compile
      remove unnecessary arguments to FloodINST. Fix random warning.
      Don't look at generated/ anymore (fixes compile error)
      split http.request into http.get and http.post (for api reasons)
      allow making POST requests with empty body
      change to 1L because technically the argument is a long
      Add "perfect circle brush" option (on by default), to allow \ 
using old circle brush
      replace mode: reset created element back to default properties, instead of \ 
just changing type
      Fix fighters sometimes loading from saves with no element
      whitespace fix
      Check for Security.Framework on mac
      Fix bug where deco renders on EMBR in save thumbnails
      Fix TextPrompt::Blocking
      restrict new LSNS features to version 95.0 also
      Fix --no-http compile
      Version 95.0 (build 345)
      Fix compilation with static SDL 2.0.10

mniip (3):
      Fix --nolua compilation
      Fix font editor compilation
      Fix signedness warnings in String.h

moonheart08 (1):
      Add shebang to python scrips used in the project.

ssccsscc (3):
      Added Lua function for working with zoom
      Added Lua function for working with zoom
      Fixed typo

suve (3):
      Add the --no-install-prompt option to Sconscript
      Add a man page
      Guess best scale on startup (#684)

yarek (2):
      Add horizontal separator
      Small UI refactor nFixed category refreshing

yareky (1):
      Allows to change menu selection from hovering to mouse click

Next | Query returned 29 messages, browsing 11 to 20 | Previous